| | |
| | | /// </summary> |
| | | [SysType("assets_valve_series")] |
| | | [SugarTable("assets_valve_series")] |
| | | public class AssetsValveSeries : BaseEntity, IParas, IFlags, ITagName, ISorter, System.ICloneable |
| | | public class AssetsValveSeries : BaseEntity, IParas, IFlags, ITagName, ITreeSorter, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | |
| | | public AssetsValveSeries(AssetsValveSeries rhs) : base(rhs) |
| | | { |
| | | this.ParentIds = rhs.ParentIds; |
| | | this.CatalogID = rhs.CatalogID; |
| | | this.Name = rhs.Name; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 所属类别ID |
| | | /// </summary> |
| | | public long CatalogID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 参数 |
| | | /// </summary> |
| | | public string Paras { get; set; } |