Shuxia Ning
2024-12-02 13e69c09c5ac97e0294d64617dfb934e34bb4264
Service/HStation.Service.Assets.Core/01-entity/12-Compressor/AssetsCompressorMain.cs
@@ -7,7 +7,7 @@
    /// </summary>
    [SysType("assets_compressor_main")]
    [SugarTable("assets_compressor_main")]
    public class AssetsCompressorMain : BaseEntity, ISorter, System.ICloneable
    public class AssetsCompressorMain : BaseEntity, ISorter, IFlags, IParas, ITagName, System.ICloneable
    {
        /// <summary>
        ///
@@ -24,6 +24,9 @@
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.KeyWord = rhs.KeyWord;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
            this.TagName = rhs.TagName;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
@@ -59,6 +62,21 @@
        public string KeyWord { get; set; }
        /// <summary>
        /// 参数
        /// </summary>
        public string Paras { get; set; }
        /// <summary>
        /// 标签
        /// </summary>
        public string Flags { get; set; }
        /// <summary>
        /// 标志
        /// </summary>
        public string TagName { get; set; }
        /// <summary>
        /// 排序码
        /// </summary>
        public int SortCode { get; set; }