duheng
2024-11-11 53ca1ab0c4a3d35fea83e4dd3dcde40e93428df5
Service/HStation.Service.Assets.Core/01-entity/12-Compressor/AssetsCompressorSeries.cs
@@ -7,7 +7,7 @@
    /// </summary>
    [SysType("assets_compressor_series")]
    [SugarTable("assets_compressor_series")]
    public class AssetsCompressorSeries : BaseEntity, IParas, IFlags, ITagName, ISorter, IUseStatus, System.ICloneable
    public class AssetsCompressorSeries : BaseEntity, IParas, IFlags, ITagName, ISorter, System.ICloneable
    {
        /// <summary>
        ///
@@ -20,16 +20,20 @@
        /// </summary>
        public AssetsCompressorSeries(AssetsCompressorSeries rhs) : base(rhs)
        {
            this.ID = rhs.ID;
            this.ParentIds = rhs.ParentIds;
            this.Name = rhs.Name;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
            this.TagName = rhs.TagName;
            this.UseStatus = rhs.UseStatus;
            this.Type = rhs.Type;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
        /// <summary>
        /// 父级id列表(版本控制)
        /// </summary>
        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]
        public string ParentIds { get; set; }
        /// <summary>
        /// 名称
@@ -52,19 +56,9 @@
        public string TagName { get; set; }
        /// <summary>
        /// 使用状态
        /// </summary>
        public int UseStatus { get; set; }
        /// <summary>
        /// 排序码
        /// </summary>
        public int SortCode { get; set; }
        /// <summary>
        /// 类型
        /// </summary>
        public string Type { get; set; }
        /// <summary>
        /// 说明