文件名从 Service/HStation.Service.Assets.Core/02-model/05-PipeLineRoughnessCoefficient/PipeRoughnessCoefficient.cs 修改 |
| | |
| | | /// <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; |
| | |
| | | this.SortCode = rhs.SortCode; |
| | | } |
| | | |
| | | public void Reset(AssetsPipeRoughnessCoefficient rhs) |
| | | public void Reset(AssetsPipeLineCoefficient rhs) |
| | | { |
| | | this.PipeLineID = rhs.PipeLineID; |
| | | this.ID = rhs.ID; |