duheng
2024-12-04 7079cbb505471a8d3251cac4e27c7a3841f8e656
Dto/HStation.Dto.Assets.Core/15-Tank/03-AssetsTankCoefficient/AssetsTankCoefficientDto.cs
@@ -8,7 +8,8 @@
         /// <summary>
         ///
         /// </summary>
         public AssetsTankCoefficientDto() { }
        public AssetsTankCoefficientDto()
        { }
         /// <summary>
         ///
@@ -17,15 +18,22 @@
         {
            this.ID=rhs.ID;
            this.Name=rhs.Name;
            this.MainID = rhs.MainID;
            this.Caliber=rhs.Caliber;
            this.Material=rhs.Material;
            this.MinorLoss=rhs.MinorLoss;
            this.VolCurve = rhs.VolCurve;
         }
        /// <summary>
        /// ID
        ///</summary> 
        public long ID { get; set; }
        /// <summary>
        /// 型号ID
        /// </summary>
        public long MainID { get; set; }
         
        /// <summary>
        /// 名称
@@ -47,7 +55,9 @@
        ///</summary> 
        public double MinorLoss { get; set; }
         
        /// <summary>
        /// 容积曲线
        /// </summary>
        public string VolCurve { get; set; }
    }
}