| | |
| | | namespace HStation.Entity |
| | | { |
| | | /// <summary> |
| | | /// 业务站 |
| | | /// 弯头型号 |
| | | /// </summary> |
| | | [SysType("assets_elbow_main")] |
| | | [SugarTable("assets_elbow_main")] |
| | |
| | | this.Angle = rhs.Angle; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.ElbowType = rhs.ElbowType; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.KeyWords = rhs.KeyWords; |
| | | this.Flags = rhs.Flags; |
| | | this.Paras = rhs.Paras; |
| | | this.TagName = rhs.TagName; |
| | |
| | | /// <summary> |
| | | /// 弯头长度类型 |
| | | /// </summary> |
| | | public int? ElbowType { get; set; } |
| | | public string ElbowType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 识别关键字 |
| | | /// </summary> |
| | | public string KeyWord { get; set; } |
| | | public string KeyWords { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 排序码 |