| | |
| | | /// </summary> |
| | | [SysType("assets_valve_main")] |
| | | [SugarTable("assets_valve_main")] |
| | | public class AssetsValveMain : BaseEntity, ISorter, IFlags, IParas, ITagName, System.ICloneable |
| | | public class AssetsValveMain : BaseEntity, IParas, IFlags, ITagName, ISorter, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | |
| | | this.Material = rhs.Material; |
| | | this.Caliber = rhs.Caliber;//mm |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.ValveType = rhs.ValveType; |
| | | this.ValveSetting = rhs.ValveSetting; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | | this.TagName = rhs.TagName; |
| | | this.KeyWords = rhs.KeyWords; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | |
| | | /// 名称 |
| | | /// </summary> |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 类型 |
| | | /// </summary> |
| | | public string ValveType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 阀门设置 |
| | |
| | | /// <summary> |
| | | /// 识别关键字 |
| | | /// </summary> |
| | | public string KeyWord { get; set; } |
| | | public string KeyWords { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 参数 |