| | |
| | | @TableField("system_status") |
| | | private String systemStatus; |
| | | |
| | | /** |
| | | * 设备工作号 |
| | | */ |
| | | @ApiModelProperty(value= "设备工作号") |
| | | @TableField("device_wrk") |
| | | private String deviceWrk; |
| | | |
| | | public BasLiftOpt() {} |
| | | |
| | | public BasLiftOpt(Integer wrkNo, Integer liftNo, Date sendTime, Date updateTime, Long updateBy, String memo, String command, String systemStatus) { |
| | |
| | | @TableField("system_status") |
| | | private String systemStatus; |
| | | |
| | | /** |
| | | * 设备工作号 |
| | | */ |
| | | @ApiModelProperty(value= "设备工作号") |
| | | @TableField("device_wrk") |
| | | private String deviceWrk; |
| | | |
| | | 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 systemStatus) { |
| | |
| | | <result column="memo" property="memo" /> |
| | | <result column="command" property="command" /> |
| | | <result column="system_status" property="systemStatus" /> |
| | | <result column="device_wrk" property="deviceWrk" /> |
| | | |
| | | </resultMap> |
| | | |
| | |
| | | <result column="memo" property="memo" /> |
| | | <result column="command" property="command" /> |
| | | <result column="system_status" property="systemStatus" /> |
| | | <result column="device_wrk" property="deviceWrk" /> |
| | | |
| | | </resultMap> |
| | | |
| | |
| | | {field: 'id', align: 'center',title: '编号'} |
| | | ,{field: 'wrkNo', align: 'center',title: '任务号'} |
| | | ,{field: 'liftNo', align: 'center',title: '提升机号'} |
| | | ,{field: 'command', align: 'center',title: '命令'} |
| | | ,{field: 'systemStatus', align: 'center',title: '系统状态'} |
| | | ,{field: 'deviceWrk', align: 'center',title: '设备工作号'} |
| | | ,{field: 'sendTime$', align: 'center',title: '下发时间'} |
| | | ,{field: 'updateTime$', align: 'center',title: '修改时间'} |
| | | ,{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: 'distLocNo', align: 'center',title: '目标库位'} |
| | | ,{field: 'command', align: 'center',title: '命令'} |
| | | ,{field: 'systemStatus', align: 'center',title: '系统状态'} |
| | | ,{field: 'deviceWrk', align: 'center',title: '设备工作号'} |
| | | ,{field: 'sendTime$', align: 'center',title: '下发时间'} |
| | | ,{field: 'updateTime$', align: 'center',title: '修改时间'} |
| | | ,{field: 'updateBy$', align: 'center',title: '修改人员'} |