| | |
| | | @ApiModelProperty(value= "命令报文(下发)") |
| | | private String commandSend; |
| | | |
| | | /** |
| | | * 系统状态 |
| | | */ |
| | | @ApiModelProperty(value= "系统状态") |
| | | @TableField("system_status") |
| | | private String systemStatus; |
| | | |
| | | public BasLiftOpt() {} |
| | | |
| | | public BasLiftOpt(Integer wrkNo, Integer liftNo, Date sendTime, Date updateTime, Long updateBy, String memo, String command, String commandSend) { |
| | | public BasLiftOpt(Integer wrkNo, Integer liftNo, Date sendTime, Date updateTime, Long updateBy, String memo, String command, String commandSend, String systemStatus) { |
| | | this.wrkNo = wrkNo; |
| | | this.liftNo = liftNo; |
| | | this.sendTime = sendTime; |
| | |
| | | this.memo = memo; |
| | | this.command = command; |
| | | this.commandSend = commandSend; |
| | | this.systemStatus = systemStatus; |
| | | } |
| | | |
| | | // BasLiftOpt basLiftOpt = new BasLiftOpt( |
| | |
| | | @ApiModelProperty(value= "命令报文(下发)") |
| | | private String commandSend; |
| | | |
| | | /** |
| | | * 系统状态 |
| | | */ |
| | | @ApiModelProperty(value= "系统状态") |
| | | @TableField("system_status") |
| | | private String systemStatus; |
| | | |
| | | public BasShuttleOpt() {} |
| | | |
| | | public BasShuttleOpt(Integer wrkNo,Integer shuttleNo,Date sendTime,String mode,String sourceLocNo,String distLocNo,Date updateTime,Long updateBy,String memo,String command,String commandSend) { |
| | | public BasShuttleOpt(Integer wrkNo, Integer shuttleNo, Date sendTime, String mode, String sourceLocNo, String distLocNo, Date updateTime, Long updateBy, String memo, String command, String commandSend, String systemStatus) { |
| | | this.wrkNo = wrkNo; |
| | | this.shuttleNo = shuttleNo; |
| | | this.sendTime = sendTime; |
| | |
| | | this.memo = memo; |
| | | this.command = command; |
| | | this.commandSend = commandSend; |
| | | this.systemStatus = systemStatus; |
| | | } |
| | | |
| | | // BasShuttleOpt basShuttleOpt = new BasShuttleOpt( |
| | |
| | | null, |
| | | null, |
| | | JSON.toJSONString(command), |
| | | JSON.toJSONString(commandArr) |
| | | JSON.toJSONString(commandArr), |
| | | JSON.toJSONString(liftProtocol) |
| | | ); |
| | | liftOptService.insert(opt); |
| | | } |
| | |
| | | null, |
| | | null, |
| | | JSON.toJSONString(command), |
| | | null |
| | | null, |
| | | JSON.toJSONString(shuttleProtocol) |
| | | ); |
| | | shuttleOptService.insert(opt); |
| | | } |