duheng
2024-12-04 ca1ccd0dd9f2d6936368f07d14a2b29b309fd151
Service/HStation.Service.Assets.Core/01-entity/16-Meter/AssetsMeterMain.cs
@@ -3,7 +3,7 @@
namespace HStation.Entity
{
    /// <summary>
    /// 水池
    /// 水表
    ///</summary>
    [SysType("assets-meter-main")]
    [SugarTable("assets_meter_main")] 
@@ -12,7 +12,8 @@
         /// <summary>
         ///
         /// </summary>
         public AssetsMeterMain() { }
        public AssetsMeterMain()
        { }
         /// <summary>
         ///
@@ -94,7 +95,6 @@
        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]  
        public string Description { get; set; }
         
        /// <summary>
        ///
        /// </summary>
@@ -107,10 +107,5 @@
        {
         return this.MemberwiseClone();
        }
    }
}