duheng
2024-11-06 31e3f4ffdf7d566db391a5fcb94984f23e0abb02
Service/HStation.Service.Assets.Core/01-entity/03-Fourlink/AssetsFourlinkSeries.cs
ÎļþÃû´Ó Service/HStation.Service.Assets.Core/01-entity/03-Fourlink/FourlinkSeries.cs ÐÞ¸Ä
@@ -7,7 +7,7 @@
    /// </summary>
    [SysType("assets_fourlink_series")]
    [SugarTable("assets_fourlink_series")]
    public class AssetsFourlinkSeries : BaseEntity, IParas, IFlags, ITagName, ISorter, IUseStatus, System.ICloneable
    public class AssetsFourlinkSeries : BaseEntity, IParas, IFlags, ITagName, ISorter, System.ICloneable
    {
        /// <summary>
        ///
@@ -21,15 +21,20 @@
        public AssetsFourlinkSeries(AssetsFourlinkSeries 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 +57,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>
        /// è¯´æ˜Ž