mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
8 lines
156 B
C#
8 lines
156 B
C#
namespace ServiceLib.Models
|
|
{
|
|
[Serializable]
|
|
public class RoutingItemModel : RoutingItem
|
|
{
|
|
public bool IsActive { get; set; }
|
|
}
|
|
} |