| | |
| | | @ApiModelProperty(value= "命令") |
| | | private String command; |
| | | |
| | | /** |
| | | * 命令 |
| | | */ |
| | | @ApiModelProperty(value= "命令报文(下发)") |
| | | private String commandSend; |
| | | |
| | | public BasLiftOpt() {} |
| | | |
| | | public BasLiftOpt(Integer wrkNo,Integer liftNo,Date sendTime,Date updateTime,Long updateBy,String memo,String command) { |
| | | public BasLiftOpt(Integer wrkNo, Integer liftNo, Date sendTime, Date updateTime, Long updateBy, String memo, String command, String commandSend) { |
| | | this.wrkNo = wrkNo; |
| | | this.liftNo = liftNo; |
| | | this.sendTime = sendTime; |
| | |
| | | this.updateBy = updateBy; |
| | | this.memo = memo; |
| | | this.command = command; |
| | | this.commandSend = commandSend; |
| | | } |
| | | |
| | | // BasLiftOpt basLiftOpt = new BasLiftOpt( |