Shuxia Ning
2024-11-08 0cd48df8ccca96a8a0117a508c342a90dc2eacb8
Service/HStation.Service.Assets.Core/02-model/06-PipeLine/AssetsPipeLineCoefficient.cs
文件名从 Service/HStation.Service.Assets.Core/02-model/05-PipeLineRoughnessCoefficient/PipeRoughnessCoefficient.cs 修改
@@ -6,16 +6,16 @@
    /// <summary>
    /// 绠¢亾绮楃硻绯绘暟
    /// </summary>
    [SysType("assets_pipecoefficient")]
    public class AssetsPipeRoughnessCoefficient : BaseModel, ISorter, System.ICloneable
    [SysType("assets_pipe_coefficient")]
    public class AssetsPipeLineCoefficient : BaseModel, ISorter, System.ICloneable
    {
        /// <summary>
        ///
        /// </summary>
        public AssetsPipeRoughnessCoefficient()
        public AssetsPipeLineCoefficient()
        { }
        public AssetsPipeRoughnessCoefficient(AssetsPipeRoughnessCoefficient rhs)
        public AssetsPipeLineCoefficient(AssetsPipeLineCoefficient rhs)
        {
            this.PipeLineID = rhs.PipeLineID;
            this.ID = rhs.ID;
@@ -27,7 +27,7 @@
            this.SortCode = rhs.SortCode;
        }
        public void Reset(AssetsPipeRoughnessCoefficient rhs)
        public void Reset(AssetsPipeLineCoefficient rhs)
        {
            this.PipeLineID = rhs.PipeLineID;
            this.ID = rhs.ID;