| | |
| | | /// </summary> |
| | | [SysType("assets_sprinkler_main")] |
| | | [SugarTable("assets_sprinkler_main")] |
| | | public class AssetsSprinklerMain : BaseEntity, ISorter, System.ICloneable |
| | | public class AssetsSprinklerMain : BaseEntity, ISorter, IFlags, IParas, ITagName, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Caliber = rhs.Caliber; |
| | | this.Angle = rhs.Angle; |
| | | this.FlowMinorLoss = rhs.FlowMinorLoss; |
| | | this.Material = rhs.Material; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | | this.TagName = rhs.TagName; |
| | | this.FlowMinorLoss = rhs.FlowMinorLoss; |
| | | } |
| | | |
| | |
| | | public double? FlowMinorLoss { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 参数 |
| | | /// </summary> |
| | | public string Paras { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 标签 |
| | | /// </summary> |
| | | public string Flags { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 标志 |
| | | /// </summary> |
| | | public string TagName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 识别关键字 |
| | | /// </summary> |
| | | public string KeyWord { get; set; } |