| | |
| | | using Yw.Model; |
| | | |
| | | namespace HStation.Model |
| | | { |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsFlowmeterMain() { } |
| | | public AssetsFlowmeterMain() |
| | | { } |
| | | |
| | | /// <summary> |
| | | /// |
| | |
| | | this.Description=rhs.Description; |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 名称 |
| | | ///</summary> |
| | |
| | | /// <summary> |
| | | /// 识别关键字 |
| | | ///</summary> |
| | | public string KeyWord { get; set; } |
| | | public List<string> KeyWord { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 参数 |
| | |
| | | ///</summary> |
| | | public string Description { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | |
| | | { |
| | | return this.MemberwiseClone(); |
| | | } |
| | | |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | |