| | |
| | | /// <summary> |
| | | /// 阀门型号曲线映射 |
| | | /// </summary> |
| | | [SugarTable("xhs_valve_main_phart_mapping")] |
| | | [SugarTable("assets_valve_main_phart_mapping")] |
| | | public class XhsValveMainPhartMapping : BaseEntity, ISorter, System.ICloneable |
| | | { |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | public XhsValveMainPhartMapping() { } |
| | | public XhsValveMainPhartMapping() |
| | | { } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | public XhsValveMainPhartMapping(XhsValveMainPhartMapping rhs) : base(rhs) |
| | | { |
| | |
| | | |
| | | /// <summary> |
| | | /// 阀门型号 id |
| | | /// </summary> |
| | | /// </summary> |
| | | public long ValveMainID { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | |
| | | /// <summary> |
| | | /// 别名 |
| | | /// </summary> |
| | | /// </summary> |
| | | public string OtherName { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | |
| | | /// <summary> |
| | | /// 排序码 |
| | | /// </summary> |
| | | /// </summary> |
| | | public int SortCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// |
| | | /// </summary> |
| | | public XhsValveMainPhartMapping Clone() |
| | | { |
| | |
| | | return this.MemberwiseClone(); |
| | | } |
| | | } |
| | | |
| | | } |
| | | } |