| | |
| | | @ApiModelProperty(value= "命令") |
| | | private String command; |
| | | |
| | | /** |
| | | * 系统状态 |
| | | */ |
| | | @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) { |
| | | public BasLiftOpt(Integer wrkNo, Integer liftNo, Date sendTime, Date updateTime, Long updateBy, String memo, String command, String systemStatus) { |
| | | this.wrkNo = wrkNo; |
| | | this.liftNo = liftNo; |
| | | this.sendTime = sendTime; |
| | |
| | | this.updateBy = updateBy; |
| | | this.memo = memo; |
| | | this.command = command; |
| | | this.systemStatus = systemStatus; |
| | | } |
| | | |
| | | // BasLiftOpt basLiftOpt = new BasLiftOpt( |
| | |
| | | @ApiModelProperty(value= "命令") |
| | | private String command; |
| | | |
| | | /** |
| | | * 系统状态 |
| | | */ |
| | | @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) { |
| | | public BasShuttleOpt(Integer wrkNo, Integer shuttleNo, Date sendTime, String mode, String sourceLocNo, String distLocNo, Date updateTime, Long updateBy, String memo, String command, String systemStatus) { |
| | | this.wrkNo = wrkNo; |
| | | this.shuttleNo = shuttleNo; |
| | | this.sendTime = sendTime; |
| | |
| | | this.updateBy = updateBy; |
| | | this.memo = memo; |
| | | this.command = command; |
| | | this.systemStatus = systemStatus; |
| | | } |
| | | |
| | | // BasShuttleErrLog basShuttleErrLog = new BasShuttleErrLog( |
| | |
| | | <result column="update_by" property="updateBy" /> |
| | | <result column="memo" property="memo" /> |
| | | <result column="command" property="command" /> |
| | | <result column="system_status" property="systemStatus" /> |
| | | |
| | | </resultMap> |
| | | |
| | |
| | | <result column="update_by" property="updateBy" /> |
| | | <result column="memo" property="memo" /> |
| | | <result column="command" property="command" /> |
| | | <result column="system_status" property="systemStatus" /> |
| | | |
| | | </resultMap> |
| | | |
| | |
| | | ,{field: 'updateBy$', align: 'center',title: '修改人员'} |
| | | ,{field: 'memo', align: 'center',title: '备注'} |
| | | ,{field: 'command', align: 'center',title: '命令'} |
| | | ,{field: 'systemStatus', align: 'center',title: '系统状态'} |
| | | |
| | | // ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:120} |
| | | ]], |
| | |
| | | ,{field: 'sourceLocNo', align: 'center',title: '起点库位'} |
| | | ,{field: 'distLocNo', align: 'center',title: '目标库位'} |
| | | ,{field: 'command', align: 'center',title: '命令'} |
| | | ,{field: 'systemStatus', align: 'center',title: '系统状态'} |
| | | ,{field: 'sendTime$', align: 'center',title: '下发时间'} |
| | | ,{field: 'updateTime$', align: 'center',title: '修改时间'} |
| | | ,{field: 'updateBy$', align: 'center',title: '修改人员'} |