duheng
2024-12-05 b26ae60e85d4a03a2426e6607e7afe89e1c10a5f
Service/HStation.Service.Assets.Core/01-entity/13-Package/AssetsPackageMain.cs
@@ -7,7 +7,7 @@
    /// </summary>
    [SysType("assets_package_main")]
    [SugarTable("assets_package_main")]
    public class AssetsPackageMain : BaseEntity, ISorter, System.ICloneable
    public class AssetsPackageMain : BaseEntity, ISorter, IFlags, IParas, ITagName, System.ICloneable
    {
        /// <summary>
        ///
@@ -24,9 +24,11 @@
            this.Name = rhs.Name;//
            this.SeriesID = rhs.SeriesID;
            this.CatalogID = rhs.CatalogID;
            this.EquipmentCount = rhs.EquipmentCount;//pumpTotalnumber
            this.UseCount = rhs.UseCount;//pumpusenumber
            this.ModelType = rhs.ModelType;
            this.PumpTotal = rhs.PumpTotal;
            this.PumpUseCount = rhs.PumpUseCount;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
            this.TagName = rhs.TagName;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
@@ -53,19 +55,29 @@
        public long CatalogID { get; set; }
        /// <summary>
        /// 设备型号
        /// </summary>
        public string ModelType { get; set; }
        /// <summary>
        /// 设备数量
        /// </summary>
        public int EquipmentCount { get; set; }
        public int PumpTotal { get; set; }
        /// <summary>
        /// 使用数量
        /// </summary>
        public int UseCount { get; set; }
        public int PumpUseCount { get; set; }
        /// <summary>
        /// 参数
        /// </summary>
        public string Paras { get; set; }
        /// <summary>
        /// 标签
        /// </summary>
        public string Flags { get; set; }
        /// <summary>
        /// 标志
        /// </summary>
        public string TagName { get; set; }
        /// <summary>
        /// 排序码