| | |
| | | /// 水池系数 |
| | | ///</summary> |
| | | [SysType("assets-tank-coefficient")] |
| | | [SugarTable("assets_tank_coefficient")] |
| | | public class AssetsTankCoefficient : BaseEntity , System.ICloneable |
| | | [SugarTable("assets_tank_coefficient")] |
| | | public class AssetsTankCoefficient : BaseEntity, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsTankCoefficient() { } |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsTankCoefficient() |
| | | { } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsTankCoefficient(AssetsTankCoefficient rhs) : base(rhs) |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsTankCoefficient(AssetsTankCoefficient rhs) : base(rhs) |
| | | { |
| | | 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> |
| | | /// 名称 |
| | | /// 名称 |
| | | ///</summary> |
| | | [SugarColumn(Length = 50, IsNullable = true)] |
| | | [SugarColumn(Length = 50, IsNullable = true)] |
| | | public string Name { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 口径 |
| | | /// 型号ID |
| | | /// </summary> |
| | | public long MainID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 口径 |
| | | ///</summary> |
| | | public double? Caliber { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 材料 |
| | | /// 材料 |
| | | ///</summary> |
| | | [SugarColumn(Length = 255, IsNullable = true)] |
| | | [SugarColumn(Length = 255, IsNullable = true)] |
| | | public string Material { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 局阻系数 |
| | | /// 局阻系数 |
| | | ///</summary> |
| | | public double MinorLoss { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 容积曲线 |
| | | /// </summary> |
| | | public string VolCurve { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsTankCoefficient Clone() |
| | | { |
| | | return (AssetsTankCoefficient)this.MemberwiseClone(); |
| | | return (AssetsTankCoefficient)this.MemberwiseClone(); |
| | | } |
| | | |
| | | object ICloneable.Clone() |
| | | { |
| | | return this.MemberwiseClone(); |
| | | return this.MemberwiseClone(); |
| | | } |
| | | |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | } |