copy from Dto/HStation.Dto.Assets.Core/00-PumpProduct/02-EquipmentManage/AddEquipmentManageInput.cs
copy to Vmo/HStation.Vmo.Assets.Core/02-ValveManage/PumpMain.cs
Îļþ´Ó Dto/HStation.Dto.Assets.Core/00-PumpProduct/02-EquipmentManage/AddEquipmentManageInput.cs ¸´ÖÆ |
| | |
| | | namespace HStation.Dto.Assets |
| | | namespace HStation.Vmo |
| | | { |
| | | public class AddEquipmentManage |
| | | public class ValveMain |
| | | { |
| | | /// <summary> |
| | | /// 设å¤ç±»å(弯头,ä¸é,åé....) |
| | | /// id |
| | | /// </summary> |
| | | public string EquipmentType { get; set; } |
| | | public long ID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å£å¾ |
| | |
| | | public string Coefficient { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç±»å |
| | | /// 说æ |
| | | /// </summary> |
| | | public string Type { get; set; } |
| | | public string? Description { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æåºç |
| | | /// </summary> |
| | | public int SortCode { get; set; } |
| | | } |
| | | } |