| | |
| | | private String bizType = BizType.AREATION.getCode(); |
| | | |
| | | @Column(name = "OPEN_", length = 10) |
| | | @PropertyDef(label = "开地址") |
| | | @PropertyDef(label = "开地址", description = "开地址、能耗读取地址") |
| | | private String open = Constant.YN_N; |
| | | |
| | | |
| | |
| | | private String openFun = "99"; |
| | | |
| | | @Column(name = "CLOSE_", length = 10) |
| | | @PropertyDef(label = "关地址") |
| | | @PropertyDef(label = "关地址", description = "关地址、空调温度设置地址") |
| | | private String close = Constant.YN_N; |
| | | |
| | | @Column(name = "CLOSE_FUN", length = 4) |
| | |
| | | private String stopFun = "99"; |
| | | |
| | | @Column(name = "OPEN_END_", length = 10) |
| | | @PropertyDef(label = "停地址") |
| | | @PropertyDef(label = "开到位地址", description = "开到位地址、运行状态地址(风机和空调)") |
| | | private String openEnd = Constant.YN_N; |
| | | |
| | | @Column(name = "OPEN_END_FUN", length = 4) |
| | |
| | | @PropertyDef(label = "功能号") |
| | | private String closeErrorFun = "99"; |
| | | |
| | | //轴流风机和轴流窗可能不在一个分机上,IP不同 |
| | | @Column(name = "SER_ID_", length = 10) |
| | | @PropertyDef(label = "所属分机") |
| | | private String serId; |
| | | |
| | | |
| | | @Transient |
| | | private List<GasModbus> listGas; |