lixiaojun
2024-11-18 a302d7d16e6bed80511cb49813d16829eb933560
Service/HStation.Service.Assets.Core/01-entity/01-PumpMain/AssetsPumpType.cs
ÎļþÃû´Ó Service/HStation.Service.Assets.Core/01-entity/01-PumpMain/PumpType.cs ÐÞ¸Ä
@@ -8,8 +8,9 @@
    [SysType("assets_pump_type")]
    [SugarTable("assets_pump_type")]
    public class AssetsPumpType : BaseEntity, ISorter, System.ICloneable
    {        /// <summary>
             ///
    {
        /// <summary>
          ///
             /// </summary>
        public AssetsPumpType()
        { }
@@ -21,9 +22,9 @@
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.Description = rhs.Description;
            this.BelongTypeID = rhs.BelongTypeID;
            this.ParentIds = rhs.ParentIds;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
        /// <summary>
@@ -32,9 +33,10 @@
        public string Name { get; set; }
        /// <summary>
        /// æ‰€å±žç±»åž‹ID
        /// çˆ¶çº§id列表(版本控制)
        /// </summary>
        public long BelongTypeID { get; set; }
        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]
        public string ParentIds { get; set; }
        /// <summary>
        /// æŽ’序码