duheng
2024-11-17 a2a57963e160a319276c5c8499f16c9809056e4c
Dto/HStation.Dto.Assets.Core/00-Pump/08-PumpType/PumpTypeDto.cs
ÎļþÃû´Ó Dto/HStation.Dto.Assets.Core/00-Pump/01-PumpMainManage/08-PumpType/PumpTypeDto.cs ÐÞ¸Ä
@@ -1,4 +1,6 @@
namespace HStation.Dto.Assets
using SqlSugar;
namespace HStation.Dto.Assets
{
    public class AssetsPumpTypeDto
    {
@@ -10,6 +12,7 @@
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.ParentIds = rhs.ParentIds;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
@@ -22,9 +25,10 @@
        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>
        /// æŽ’序码