| | |
| | | private Integer steNo; |
| | | |
| | | /** |
| | | * 充电桩 |
| | | */ |
| | | @ApiModelProperty(value= "充电桩") |
| | | private Integer charge; |
| | | |
| | | /** |
| | | * 巷道口 |
| | | */ |
| | | @ApiModelProperty(value= "巷道口") |
| | |
| | | <result column="io_type" property="ioType" /> |
| | | <result column="crn_no" property="crnNo" /> |
| | | <result column="ste_no" property="steNo" /> |
| | | <result column="charge" property="charge" /> |
| | | <result column="out_most" property="outMost" /> |
| | | <result column="io_pri" property="ioPri" /> |
| | | <result column="loc_no" property="locNo" /> |
| | |
| | | // ,{field: 'ioType$', align: 'center',title: '入出库类型'} |
| | | ,{field: 'crnNo$', align: 'center',title: '堆垛机'} |
| | | ,{field: 'steNo$', align: 'center',title: '穿梭车'} |
| | | ,{field: 'charge', align: 'center',title: '充电桩'} |
| | | // ,{field: 'outMost', align: 'center',title: '巷道口'} |
| | | // ,{field: 'ioPri', align: 'center',title: '优先级'} |
| | | ,{field: 'locNo$', align: 'center',title: '目标库位'} |