| | |
| | | private String companyId; |
| | | |
| | | @Column(name = "DEPT_ID_", length = 40) |
| | | @PropertyDef(label = "所属库点") |
| | | @PropertyDef(label = "所属库区") |
| | | private String deptId; |
| | | |
| | | @Column(name = "SORT_", length = 2) |
| | |
| | | @PropertyDef(label = "控制端口") |
| | | private Integer portCtrl; |
| | | |
| | | @Column(name = "PORT_WEB_") |
| | | @PropertyDef(label = "WEB端口") |
| | | private Integer portWeb; |
| | | // @Column(name = "PORT_WEB_") |
| | | // @PropertyDef(label = "WEB端口") |
| | | // private Integer portWeb; |
| | | |
| | | @Column(name = "TYPE_", length = 10) |
| | | @PropertyDef(label = "设备类型") |
| | |
| | | private String status; |
| | | |
| | | @Column(name = "PROTOCOL_", length = 40) |
| | | @PropertyDef(label = "分机协议", description = "不同厂商有不同的协议") |
| | | @PropertyDef(label = "协议", description = "不同厂商有不同的协议") |
| | | private String protocol; |
| | | |
| | | @Column(name = "PLAY_TYPE_", length = 25) |
| | |
| | | this.pwd = conf.getPwd(); |
| | | this.chanNum = conf.getChanNum(); |
| | | this.portCtrl = conf.getPortCtrl(); |
| | | this.portWeb = conf.getPortWeb(); |
| | | this.type = conf.getType(); |
| | | this.status = conf.getStatus(); |
| | | this.protocol = conf.getProtocol(); |