| | |
| | | /// </summary> |
| | | [SysType("assets_valve_main")] |
| | | [SugarTable("assets_valve_main")] |
| | | public class AssetsValveMain : BaseEntity, ISorter, IFlags, IParas, ITagName, System.ICloneable |
| | | public class AssetsValveMain : BaseEntity, IParas, IFlags, ITagName, ISorter, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | | this.TagName = rhs.TagName; |
| | | this.KeyWords = rhs.KeyWords; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | |
| | | /// <summary> |
| | | /// 识别关键字 |
| | | /// </summary> |
| | | public string KeyWord { get; set; } |
| | | public string KeyWords { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 参数 |