duheng
2025-03-13 2b7276b2892b6f090e4c0078a20dfdc9da9ab053
Dto/PBS.Dto/02-facility/UpdateFacilityInput.cs
@@ -1,4 +1,5 @@
using System.ComponentModel.DataAnnotations;
using HStation.PBS;
using System.ComponentModel.DataAnnotations;
namespace PBS.Dto
{
@@ -34,12 +35,12 @@
        /// <summary>
        /// 供水单元  
        ///</summary>  
        public int WaterSupply { get; set; }
        public eWaterSupply WaterSupply { get; set; }
        /// <summary>
        /// 供水模式  
        ///</summary>  
        public int SupplyMode { get; set; }
        public eSupplyMode SupplyMode { get; set; }
        /// <summary>
        /// 楼层  
@@ -60,11 +61,6 @@
        /// 最大需水量  
        ///</summary>  
        public double? MaxWaterDemand { get; set; }
        /// <summary>
        /// 入户管长
        ///</summary>
        public double? ServicePipeLength { get; set; }
        /// <summary>
        /// 恒定压力  
@@ -95,8 +91,5 @@
        /// 说明  
        ///</summary>  
        public string Description { get; set; }
    }
}