copy from Dto/HStation.Dto.Assets.Core/00-Pump/01-PumpMainManage/04-PumpMaping/AddPumpGroupAndMainMapInput.cs
copy to Dto/HStation.Dto.Assets.Core/00-Pump/10-PumpSeriesManufacturerMapping/AddAssetsPumpSeriesManufacturerMappingInput.cs
文件从 Dto/HStation.Dto.Assets.Core/00-Pump/01-PumpMainManage/04-PumpMaping/AddPumpGroupAndMainMapInput.cs 复制 |
| | |
| | | 锘縩amespace HStation.Dto.Assets |
| | | { |
| | | public class AddAssetsPumpGroupAndMainMapInput |
| | | public class AddAssetsPumpSeriesManufacturerMappingInput |
| | | { |
| | | /// <summary> |
| | | /// 娉电粍ID |
| | | /// 绯诲垪ID |
| | | /// </summary> |
| | | public long PumpGroupID { get; set; } |
| | | public long SeriesID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 娉靛瀷鍙稩D |
| | | /// 鍘傚晢ID |
| | | /// </summary> |
| | | public long PumpMainID { get; set; } |
| | | public long ManufacturerID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鍙傛暟 |
| | | /// </summary> |
| | | public string Paras { get; set; } |
| | | public Dictionary<string, string> Paras { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鏍囩 |
| | | /// </summary> |
| | | public string Flags { get; set; } |
| | | public List<string> Flags { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鏍囧織 |