Shuxia Ning
2024-12-20 1bf6b7a300e21e9b8996f9ebeeb55a1eccda7a02
Service/HStation.Service.Assets.Core/01-entity/08-Valve/AssetsValveSeries.cs
@@ -7,7 +7,7 @@
    /// </summary>
    [SysType("assets_valve_series")]
    [SugarTable("assets_valve_series")]
    public class AssetsValveSeries : BaseEntity, IParas, IFlags, ITagName, ISorter, System.ICloneable
    public class AssetsValveSeries : BaseEntity, IParas, IFlags, ITagName, ITreeSorter, System.ICloneable
    {
        /// <summary>
        ///
@@ -21,6 +21,7 @@
        public AssetsValveSeries(AssetsValveSeries rhs) : base(rhs)
        {
            this.ParentIds = rhs.ParentIds;
            this.CatalogID = rhs.CatalogID;
            this.Name = rhs.Name;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
@@ -41,6 +42,11 @@
        public string Name { get; set; }
        /// <summary>
        /// 所属类别ID
        /// </summary>
        public long CatalogID { get; set; }
        /// <summary>
        /// 参数
        /// </summary>
        public string Paras { get; set; }