mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
11 lines
287 B
C#
11 lines
287 B
C#
namespace ServiceLib.Models
|
|
{
|
|
[Serializable]
|
|
public class RulesItemModel : RulesItem
|
|
{
|
|
public string InboundTags { get; set; }
|
|
public string Ips { get; set; }
|
|
public string Domains { get; set; }
|
|
public string Protocols { get; set; }
|
|
}
|
|
} |