| | |
| | | @PropertyDef(label = "系统ID") |
| | | private String id; |
| | | |
| | | |
| | | @Column(name = "DEVICE_SN_", length = 50) |
| | | @PropertyDef(label = "设备序列号") |
| | | private String deviceSn; |
| | |
| | | private String httpUrl; |
| | | |
| | | @PropertyDef(label = "上行协议") |
| | | @Column(name = "pushProtocol", length = 20) |
| | | @Column(name = "PUSH_PROTOCOL_", length = 20) |
| | | private String pushProtocol; |
| | | |
| | | @PropertyDef(label = "同步协议") |
| | | @Column(name = "syncProtocol", length = 20) |
| | | @Column(name = "SYNC_PROTOCOL_", length = 20) |
| | | private String syncProtocol; |
| | | |
| | | @PropertyDef(label = "TCP服务端口", description = "针对网关作为TCP服务时候端口") |
| | | @Column(name = "SER_PORT_") |
| | | private int serPort; |
| | | |
| | | @Column(name = "ORG_ID_", length = 40) |
| | | @PropertyDef(label = "组织编码") |
| | | private String orgId; |