duheng
2024-11-12 0bc0468692ad7b16cd2d49d20c4689ddcd6fb212
Dto/HStation.Dto.Assets.Core/08-Sprinkler/01-SprinklerMain/AddAssetsSprinklerMainInput.cs
@@ -11,16 +11,16 @@
        public AddAssetsSprinklerMainInput(Model.AssetsSprinklerMain rhs)
        {
            this.ID = rhs.ID;
            this.SeriesID = rhs.SeriesID;
            this.MinorLoss = rhs.MinorLoss;
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;
            this.Name = rhs.Name;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
            this.KeyWord = rhs.KeyWord;
            this.FlowMinorLoss = rhs.FlowMinorLoss;
            this.Angle = rhs.Angle;
            this.SeriesID = rhs.SeriesID;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
        public long ID { get; set; }
@@ -61,14 +61,13 @@
        private double? FlowMinorLoss { get; set; }
        /// <summary>
        /// 排序码
        /// </summary>
        public int SortCode { get; set; }
        /// <summary>
        /// 识别关键字
        /// </summary>
        public List<string> KeyWord { get; set; }
        /// <summary>
        /// 排序码
        /// </summary>
        public int SortCode { get; set; }
        /// <summary>
        /// 说明