文件名从 Service/HStation.Service.Assets.Core/02-model/05-PipeLineRoughnessCoefficient/PipeLineRoughnessCoefficient.cs 修改 |
| | |
| | | /// <summary> |
| | | /// 绠¢亾绮楃硻绯绘暟 |
| | | /// </summary> |
| | | [SysType("xhs_pipeline_coarse_coefficient")] |
| | | public class PipeLineRoughnessCoefficient : BaseModel, ISorter, System.ICloneable |
| | | [SysType("pipe_coarse_coefficient")] |
| | | public class PipeRoughnessCoefficient : BaseModel, ISorter, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public PipeLineRoughnessCoefficient() |
| | | public PipeRoughnessCoefficient() |
| | | { } |
| | | |
| | | public PipeLineRoughnessCoefficient(PipeLineRoughnessCoefficient rhs) |
| | | public PipeRoughnessCoefficient(PipeRoughnessCoefficient rhs) |
| | | { |
| | | this.PipeLineID = rhs.PipeLineID; |
| | | this.ID = rhs.ID; |
| | |
| | | this.SortCode = rhs.SortCode; |
| | | } |
| | | |
| | | public void Reset(PipeLineRoughnessCoefficient rhs) |
| | | public void Reset(PipeRoughnessCoefficient rhs) |
| | | { |
| | | this.PipeLineID = rhs.PipeLineID; |
| | | this.ID = rhs.ID; |