| | |
| | | /// </summary> |
| | | [SysType("assets_pipe_main")] |
| | | [SugarTable("assets_pipe_main")] |
| | | public class AssetsPipeMain : BaseEntity, ISorter, System.ICloneable |
| | | public class AssetsPipeMain : BaseEntity, ISorter, IFlags, IParas, ITagName, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | |
| | | this.Darcy = rhs.Darcy; |
| | | this.Manning = rhs.Manning; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | | this.TagName = rhs.TagName; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | |
| | | public string KeyWord { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 参数 |
| | | /// </summary> |
| | | public string Paras { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 标签 |
| | | /// </summary> |
| | | public string Flags { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 标志 |
| | | /// </summary> |
| | | public string TagName { get; set; } |
| | | |
| | | /// <summary> |
| | | ///Hazen |
| | | /// </summary> |
| | | public double Hazen { get; set; } |