mirror of
https://github.com/2dust/v2rayN.git
synced 2025-11-29 19:23:11 +00:00
8 lines
No EOL
156 B
C#
8 lines
No EOL
156 B
C#
namespace ServiceLib.Models
|
|
{
|
|
[Serializable]
|
|
public class RoutingItemModel : RoutingItem
|
|
{
|
|
public bool IsActive { get; set; }
|
|
}
|
|
} |