| | |
| | | |
| | | private String companyId; |
| | | |
| | | private String deviceCode; |
| | | //业务相关编码 |
| | | private String bizCode; |
| | | |
| | | private String serId; |
| | | |
| | |
| | | this.deviceModbus = deviceModbus; |
| | | } |
| | | |
| | | public ModbusTcp(String companyId, String deviceCode, String serId, String ip, int port, DeviceModbus deviceModbus) { |
| | | public ModbusTcp(String companyId, String bizCode, String serId, String ip, int port, DeviceModbus deviceModbus) { |
| | | this.companyId = companyId; |
| | | this.deviceCode = deviceCode; |
| | | this.bizCode = bizCode; |
| | | this.serId = serId; |
| | | this.ip = ip; |
| | | this.port = port; |