ÎļþÃû´Ó Dto/HStation.Dto.Assets.Core/00-Pump/01-PumpMainManage/08-PumpType/AddPumpTypeInput.cs ÐÞ¸Ä |
| | |
| | | namespace HStation.Dto.Assets |
| | | using SqlSugar; |
| | | |
| | | namespace HStation.Dto.Assets |
| | | { |
| | | public class AddAssetsPumpTypeInput |
| | | { |
| | |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æå±ç±»åID |
| | | /// ç¶çº§idå表ï¼çæ¬æ§å¶ï¼ |
| | | /// </summary> |
| | | public long BelongTypeID { get; set; } |
| | | [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] |
| | | public List<long> ParentIds { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æåºç |