| | |
| | | @PropertyDef(label = "设备功率", description = "设备功率,没有可不填写:KW/H") |
| | | private Double power; |
| | | |
| | | @Column(name = "MODBUS_",length = 100) |
| | | @PropertyDef(label = "Modbus配置") |
| | | private String modbus; |
| | | // @Column(name = "MODBUS_",length = 100) |
| | | // @PropertyDef(label = "Modbus配置") |
| | | // private String modbus; |
| | | |
| | | @Column(name = "REMARK_", length = 250) |
| | | @PropertyDef(label = "备注", description = "备注信息") |
| | |
| | | @PropertyDef(label = "关联设备通道", description = "针对双通道配置设备,如混流风口的风机、轴流风口的风机") |
| | | private String link; |
| | | |
| | | @Column(name = "LINK_MODBUS_",length = 100) |
| | | @PropertyDef(label = "关联设备Modbus") |
| | | private String linkModbus; |
| | | // @Column(name = "LINK_MODBUS_",length = 100) |
| | | // @PropertyDef(label = "关联设备Modbus") |
| | | // private String linkModbus; |
| | | |
| | | @Column(name = "EXT1_", length = 20) |
| | | @PropertyDef(label = "扩展字段1", description = "根据业务需要自定义存储值") |