| | |
| | | map.put("taskNo", param.getTaskNo()); |
| | | map.put("ioType", wrkMast.getIoType()); |
| | | map.put("costTime", costTime); |
| | | map.put("costTimeStr", costTime); |
| | | map.put("wrkDetls", wrkDetls); |
| | | |
| | | return R.ok().add(map); |
| | |
| | | private String memo; |
| | | |
| | | /** |
| | | * 集装箱号 |
| | | */ |
| | | @ApiModelProperty(value= "集装箱号") |
| | | @ExcelProperty("集装箱号") |
| | | @TableField("container_no") |
| | | private String containerNo; |
| | | |
| | | /** |
| | | * TEU |
| | | */ |
| | | @ApiModelProperty(value= "TEU") |
| | | @ExcelProperty("TEU") |
| | | @TableField("teu") |
| | | private Integer teu; |
| | | |
| | | /** |
| | | * 车牌号 |
| | | */ |
| | | @ApiModelProperty(value= "车牌号") |
| | | @ExcelProperty("车牌号") |
| | | @TableField("plate_no") |
| | | private String plateNo; |
| | | |
| | | /** |
| | | * 车次号 |
| | | */ |
| | | @ApiModelProperty(value= "车次号") |
| | | @ExcelProperty("车次号") |
| | | @TableField("train_no") |
| | | private String trainNo; |
| | | |
| | | /** |
| | | * 货物频次 |
| | | */ |
| | | @ApiModelProperty(value= "货物频次:1=高频,2=低频") |
| | | @ExcelProperty("货物频次") |
| | | @TableField("freq_type") |
| | | private Integer freqType; |
| | | |
| | | /** |
| | | * 立方数 |
| | | */ |
| | | @ApiModelProperty(value= "立方数,单位:立方米") |
| | | @ExcelProperty("立方数") |
| | | @TableField("cube_number") |
| | | private Double cubeNumber; |
| | | |
| | | /** |
| | | * 拥有者 |
| | | */ |
| | | @ApiModelProperty(value= "拥有者 1: 杰克 ") |
| | |
| | | package com.zy.asrs.entity; |
| | | |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | import com.baomidou.mybatisplus.annotations.TableField; |
| | | import com.baomidou.mybatisplus.annotations.TableName; |
| | | import com.core.common.Cools; |
| | |
| | | @TableField("order_no") |
| | | private String orderNo; |
| | | |
| | | /** |
| | | * 集装箱号 |
| | | */ |
| | | @ApiModelProperty(value= "集装箱号") |
| | | @ExcelProperty("集装箱号") |
| | | @TableField("container_no") |
| | | private String containerNo; |
| | | |
| | | /** |
| | | * TEU |
| | | */ |
| | | @ApiModelProperty(value= "TEU") |
| | | @ExcelProperty("TEU") |
| | | @TableField("teu") |
| | | private Integer teu; |
| | | |
| | | /** |
| | | * 车牌号 |
| | | */ |
| | | @ApiModelProperty(value= "车牌号") |
| | | @ExcelProperty("车牌号") |
| | | @TableField("plate_no") |
| | | private String plateNo; |
| | | |
| | | /** |
| | | * 车次号 |
| | | */ |
| | | @ApiModelProperty(value= "车次号") |
| | | @ExcelProperty("车次号") |
| | | @TableField("train_no") |
| | | private String trainNo; |
| | | |
| | | @ApiModelProperty(value= "建议入库区域:堆垛机号") |
| | | private String origin; |
| | | |
| | |
| | | @TableField("freq_type") |
| | | private Integer freqType; |
| | | |
| | | /** |
| | | * 立方数 |
| | | */ |
| | | @ApiModelProperty(value= "立方数,单位:立方米") |
| | | @ExcelProperty("立方数") |
| | | @TableField("cube_number") |
| | | private Double cubeNumber; |
| | | |
| | | @ApiModelProperty(value= "库位编码,若有,则存储到指定库位。为后续分区预留") |
| | | private String manu; |
| | | |
| | |
| | | package com.zy.asrs.entity; |
| | | |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | import com.baomidou.mybatisplus.annotations.TableField; |
| | | import com.baomidou.mybatisplus.annotations.TableName; |
| | | import com.baomidou.mybatisplus.mapper.EntityWrapper; |
| | |
| | | @TableField("order_no") |
| | | private String orderNo; |
| | | |
| | | /** |
| | | * 集装箱号 |
| | | */ |
| | | @ApiModelProperty(value= "集装箱号") |
| | | @ExcelProperty("集装箱号") |
| | | @TableField("container_no") |
| | | private String containerNo; |
| | | |
| | | /** |
| | | * TEU |
| | | */ |
| | | @ApiModelProperty(value= "TEU") |
| | | @ExcelProperty("TEU") |
| | | @TableField("teu") |
| | | private Integer teu; |
| | | |
| | | /** |
| | | * 车牌号 |
| | | */ |
| | | @ApiModelProperty(value= "车牌号") |
| | | @ExcelProperty("车牌号") |
| | | @TableField("plate_no") |
| | | private String plateNo; |
| | | |
| | | /** |
| | | * 车次号 |
| | | */ |
| | | @ApiModelProperty(value= "车次号") |
| | | @ExcelProperty("车次号") |
| | | @TableField("train_no") |
| | | private String trainNo; |
| | | |
| | | @ApiModelProperty(value= "规格") |
| | | private String specs; |
| | | |
| | |
| | | @TableField("freq_type") |
| | | private Integer freqType; |
| | | |
| | | /** |
| | | * 立方数 |
| | | */ |
| | | @ApiModelProperty(value= "立方数,单位:立方米") |
| | | @ExcelProperty("立方数") |
| | | @TableField("cube_number") |
| | | private Double cubeNumber; |
| | | |
| | | @ApiModelProperty(value= "厂家") |
| | | private String manu; |
| | | |
| | |
| | | private String orderNo; |
| | | |
| | | /** |
| | | * 集装箱号 |
| | | */ |
| | | @ApiModelProperty(value= "集装箱号") |
| | | @TableField("container_no") |
| | | private String containerNo; |
| | | |
| | | /** |
| | | * teu |
| | | */ |
| | | @ApiModelProperty(value= "teu") |
| | |
| | | private Integer teu; |
| | | |
| | | /** |
| | | * 车牌号 |
| | | */ |
| | | @ApiModelProperty(value= "车牌号") |
| | | @TableField("plate_no") |
| | | private String plateNo; |
| | | |
| | | /** |
| | | * 车次号 |
| | | */ |
| | | @ApiModelProperty(value= "车次号") |
| | | @TableField("train_no") |
| | | private String trainNo; |
| | | |
| | | /** |
| | | * 货物频次 |
| | | */ |
| | | @ApiModelProperty(value= "货物频次:1=高频,2=低频") |
| | | @TableField("freq_type") |
| | | private Integer freqType; |
| | | |
| | | /** |
| | | * 立方数 |
| | | */ |
| | | @ApiModelProperty(value= "立方数,单位:立方米") |
| | | @TableField("cube_number") |
| | | private Double cubeNumber; |
| | | |
| | | /** |
| | | * 规格 |
| | | */ |
| | | @ApiModelProperty(value= "规格") |
| | |
| | | private String orderNo; |
| | | |
| | | /** |
| | | * 集装箱号 |
| | | */ |
| | | @ApiModelProperty(value= "集装箱号") |
| | | @TableField("container_no") |
| | | private String containerNo; |
| | | |
| | | /** |
| | | * teu |
| | | */ |
| | | @ApiModelProperty(value= "teu") |
| | |
| | | private Integer teu; |
| | | |
| | | /** |
| | | * 车牌号 |
| | | */ |
| | | @ApiModelProperty(value= "车牌号") |
| | | @TableField("plate_no") |
| | | private String plateNo; |
| | | |
| | | /** |
| | | * 车次号 |
| | | */ |
| | | @ApiModelProperty(value= "车次号") |
| | | @TableField("train_no") |
| | | private String trainNo; |
| | | |
| | | /** |
| | | * 货物频次 |
| | | */ |
| | | @ApiModelProperty(value= "货物频次:1=高频,2=低频") |
| | | @TableField("freq_type") |
| | | private Integer freqType; |
| | | |
| | | /** |
| | | * 立方数 |
| | | */ |
| | | @ApiModelProperty(value= "立方数,单位:立方米") |
| | | @TableField("cube_number") |
| | | private Double cubeNumber; |
| | | |
| | | /** |
| | | * 规格 |
| | | */ |
| | | @ApiModelProperty(value= "规格") |
| | |
| | | @TableField("container_no") |
| | | private String containerNo; |
| | | |
| | | @ApiModelProperty(value= "TEU") |
| | | @TableField("teu") |
| | | private Integer teu; |
| | | |
| | | @ApiModelProperty(value= "车牌号") |
| | | @TableField("plate_no") |
| | | private String plateNo; |
| | | |
| | | @ApiModelProperty(value= "车次号") |
| | | @TableField("train_no") |
| | | private String trainNo; |
| | | |
| | | @ApiModelProperty(value= "货物频次:1=高频,2=低频") |
| | | @TableField("freq_type") |
| | | private Integer freqType; |
| | | |
| | | @ApiModelProperty(value= "立方数,单位:立方米") |
| | | @TableField("cube_number") |
| | | private Double cubeNumber; |
| | | |
| | | @ApiModelProperty(value= "") |
| | | @TableField("ctn_no") |
| | | private String ctnNo; |
| | |
| | | @TableField("container_no") |
| | | private String containerNo; |
| | | |
| | | @ApiModelProperty(value= "TEU") |
| | | @TableField("teu") |
| | | private Integer teu; |
| | | |
| | | @ApiModelProperty(value= "车牌号") |
| | | @TableField("plate_no") |
| | | private String plateNo; |
| | | |
| | | @ApiModelProperty(value= "车次号") |
| | | @TableField("train_no") |
| | | private String trainNo; |
| | | |
| | | @ApiModelProperty(value= "货物频次:1=高频,2=低频") |
| | | @TableField("freq_type") |
| | | private Integer freqType; |
| | | |
| | | @ApiModelProperty(value= "立方数,单位:立方米") |
| | | @TableField("cube_number") |
| | | private Double cubeNumber; |
| | | |
| | | @ApiModelProperty(value= "") |
| | | @TableField("ctn_no") |
| | | private String ctnNo; |
| | |
| | | // 库位编号 |
| | | private String locNo; |
| | | |
| | | // 集装箱号 |
| | | private String containerNo; |
| | | |
| | | // TEU |
| | | private Integer teu; |
| | | |
| | | // 车牌号 |
| | | private String plateNo; |
| | | |
| | | // 车次号 |
| | | private String trainNo; |
| | | |
| | | // 立方数,单位:立方米 |
| | | private Double cubeNumber; |
| | | |
| | | private List<CombMat> combMats; |
| | | |
| | | @Data |
| | |
| | | package com.zy.asrs.entity.param; |
| | | |
| | | import io.swagger.models.auth.In; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | | @Data |
| | |
| | | private Integer package1; |
| | | //外库门号 |
| | | private String outDoorNo; |
| | | //集装箱号 |
| | | private String containerNo; |
| | | //TEU |
| | | private Integer teu; |
| | | /** |
| | | * 车牌号 |
| | | */ |
| | | @ApiModelProperty("车牌号") |
| | | private String plateNo; |
| | | |
| | | /** |
| | | * 车次号 |
| | | */ |
| | | @ApiModelProperty("车次号") |
| | | private String trainNo; |
| | | |
| | | /** |
| | | * 立方数 |
| | | */ |
| | | @ApiModelProperty("立方数,单位:立方米") |
| | | private Double cubeNumber; |
| | | |
| | | //入库通知来源,ERP 默认 erp,MQTT 组托传 aws。 |
| | | private String boxType1; |
| | | } |
| | |
| | | private String containerNo; |
| | | //外库门号 |
| | | private String outDoorNo; |
| | | //车牌号 |
| | | private String plateNo; |
| | | //车次号 |
| | | private String trainNo; |
| | | //货物频次,1=高频,2=低频 |
| | | private Integer freqType; |
| | | //立方数,单位:立方米 |
| | | private Double cubeNumber; |
| | | //TEU |
| | | private Integer teu; |
| | | } |
| | |
| | | @Repository |
| | | public interface WaitPakinLogMapper extends BaseMapper<WaitPakinLog> { |
| | | |
| | | @Insert("insert into cust_wait_pakin_log (zpallet, anfme, loc_no, matnr, maktx, batch, order_no, origin, freq_type, manu, specs, model, color, brand, unit, price, sku, units, barcode, manu_date, item_num, safe_qty, weight, man_length, volume, three_code, supp, supp_code, be_batch, dead_time, dead_warn, source, inspect, danger, status, io_status, modi_time, modi_user, appe_time, appe_user, memo, standby1, standby2, standby3, box_type1, box_type2, box_type3) " + |
| | | "select zpallet, anfme, loc_no, matnr, maktx, batch, order_no, origin, freq_type, manu, specs, model, color, brand, unit, price, sku, units, barcode, manu_date, item_num, safe_qty, weight, man_length, volume, three_code, supp, supp_code, be_batch, dead_time, dead_warn, source, inspect, danger, status, io_status, modi_time, modi_user, appe_time, appe_user, memo, standby1, standby2, standby3, box_type1, box_type2, box_type3 from cust_wait_pakin where zpallet=#{zpallet}") |
| | | @Insert("insert into cust_wait_pakin_log (zpallet, anfme, loc_no, matnr, maktx, batch, order_no, container_no, teu, plate_no, train_no, origin, freq_type, cube_number, manu, specs, model, color, brand, unit, price, sku, units, barcode, manu_date, item_num, safe_qty, weight, man_length, volume, three_code, supp, supp_code, be_batch, dead_time, dead_warn, source, inspect, danger, status, io_status, modi_time, modi_user, appe_time, appe_user, memo, standby1, standby2, standby3, box_type1, box_type2, box_type3) " + |
| | | "select zpallet, anfme, loc_no, matnr, maktx, batch, order_no, container_no, teu, plate_no, train_no, origin, freq_type, cube_number, manu, specs, model, color, brand, unit, price, sku, units, barcode, manu_date, item_num, safe_qty, weight, man_length, volume, three_code, supp, supp_code, be_batch, dead_time, dead_warn, source, inspect, danger, status, io_status, modi_time, modi_user, appe_time, appe_user, memo, standby1, standby2, standby3, box_type1, box_type2, box_type3 from cust_wait_pakin where zpallet=#{zpallet}") |
| | | int save(@Param("zpallet") String zpallet); |
| | | |
| | | } |
| | |
| | | @Repository |
| | | public interface WrkMastLogMapper extends BaseMapper<WrkMastLog> { |
| | | |
| | | @Insert("INSERT INTO asr_wrk_mast_log (" + |
| | | @Insert("INSERT INTO asr_wrk_mast_log (" + |
| | | "wrk_no, inv_wh, ymd, mk, whs_type, wrk_sts, io_type, crn_no, sheet_no, io_pri, wrk_date, loc_no, sta_no, source_sta_no, source_loc_no, loc_sts, " + |
| | | "picking, link_mis, online_yn, upd_mk, exit_mk, plt_type, batch_seq, empty_mk, io_time, ctn_type, packed, ove_mk, mtn_type, user_no, crn_str_time, " + |
| | | "crn_end_time, plc_str_time, crn_pos_time, load_time, exp_time, ref_wrkno, ref_iotime, modi_user, modi_time, appe_user, appe_time, pause_mk, " + |
| | | "error_time, error_memo, ctn_kind, manu_type, memo_m, sc_weight, log_mk, log_err_time, log_err_memo, barcode, Pdc_type, container_no, ctn_no, full_plt, pre_have, take_none) " + |
| | | "error_time, error_memo, ctn_kind, manu_type, memo_m, sc_weight, log_mk, log_err_time, log_err_memo, barcode, Pdc_type, container_no, teu, plate_no, train_no, freq_type, cube_number, ctn_no, full_plt, pre_have, take_none) " + |
| | | "SELECT " + |
| | | "wrk_no, inv_wh, ymd, mk, whs_type, wrk_sts, io_type, crn_no, sheet_no, io_pri, wrk_date, loc_no, sta_no, source_sta_no, source_loc_no, loc_sts, " + |
| | | "picking, link_mis, online_yn, upd_mk, exit_mk, plt_type, batch_seq, empty_mk, io_time, ctn_type, packed, ove_mk, mtn_type, user_no, crn_str_time, " + |
| | | "crn_end_time, plc_str_time, crn_pos_time, load_time, exp_time, ref_wrkno, ref_iotime, modi_user, modi_time, appe_user, appe_time, pause_mk, " + |
| | | "error_time, error_memo, ctn_kind, manu_type, memo, sc_weight, log_mk, log_err_time, log_err_memo, barcode, Pdc_type, container_no, ctn_no, full_plt, pre_have, take_none " + |
| | | "error_time, error_memo, ctn_kind, manu_type, memo, sc_weight, log_mk, log_err_time, log_err_memo, barcode, Pdc_type, container_no, teu, plate_no, train_no, freq_type, cube_number, ctn_no, full_plt, pre_have, take_none " + |
| | | "FROM asr_wrk_mast WHERE wrk_no=#{workNo}") |
| | | int save(Integer workNo); |
| | | |
| | |
| | | waitPakin.setIoStatus("N"); // 入出状态 |
| | | waitPakin.setAnfme(detlDto.getAnfme()); // 数量 |
| | | waitPakin.setFreqType(freqType); |
| | | waitPakin.setContainerNo(param.getContainerNo()); |
| | | waitPakin.setTeu(param.getTeu()); |
| | | waitPakin.setPlateNo(param.getPlateNo()); |
| | | waitPakin.setTrainNo(param.getTrainNo()); |
| | | waitPakin.setCubeNumber(param.getCubeNumber()); |
| | | waitPakin.setStatus("Y"); // 状态 |
| | | waitPakin.setAppeUser(userId); |
| | | waitPakin.setAppeTime(now); |
| | |
| | | waitPakin.setIoStatus("N"); // 入出状态 |
| | | waitPakin.setAnfme(detlDto.getAnfme()); // 数量 |
| | | waitPakin.setFreqType(freqType); |
| | | waitPakin.setContainerNo(param.getContainerNo()); |
| | | waitPakin.setTeu(param.getTeu()); |
| | | waitPakin.setPlateNo(param.getPlateNo()); |
| | | waitPakin.setTrainNo(param.getTrainNo()); |
| | | waitPakin.setCubeNumber(param.getCubeNumber()); |
| | | waitPakin.setStatus("Y"); // 状态 |
| | | waitPakin.setAppeUser(userId); |
| | | waitPakin.setAppeTime(now); |
| | |
| | | waitPakin.setIoStatus("N"); // 入出状态 |
| | | waitPakin.setAnfme(param.getAnfme()); // 数量 |
| | | waitPakin.setFreqType(param.getFreqType()); |
| | | waitPakin.setContainerNo(param.getContainerNo()); |
| | | waitPakin.setTeu(param.getTeu()); |
| | | waitPakin.setPlateNo(param.getPlateNo()); |
| | | waitPakin.setTrainNo(param.getTrainNo()); |
| | | waitPakin.setCubeNumber(param.getCubeNumber()); |
| | | waitPakin.setStatus("Y"); // 状态 |
| | | waitPakin.setAppeUser(9995L); |
| | | waitPakin.setAppeTime(now); |
| | |
| | | */ |
| | | @Override |
| | | public R outOrder(OutTaskParam param,int count) { |
| | | return outOrder(param, count, 1); |
| | | return outOrder(param, count, 0); |
| | | } |
| | | |
| | | private R outOrder(OutTaskParam param, int count, int teu) { |
| | |
| | | wrkMast.setLinkMis("N"); |
| | | wrkMast.setPdcType("N"); |
| | | wrkMast.setContainerNo(param.getContainerNo()); |
| | | wrkMast.setTeu(teu); |
| | | wrkMast.setPlateNo(param.getPlateNo()); |
| | | wrkMast.setTrainNo(param.getTrainNo()); |
| | | wrkMast.setFreqType(param.getFreqType()); |
| | | wrkMast.setCubeNumber(param.getCubeNumber()); |
| | | // 7.11:orderId 存 userNo,batchSeq 存批次标识,seq 存批次内顺序。 |
| | | wrkMast.setUserNo(param.getOrderId());//订单号 |
| | | wrkMast.setBatchSeq(param.getBatchSeq());//订单内批次标识 |
| | |
| | | wrkDetl.setModiTime(now); |
| | | wrkDetl.setModiUser(9995L); |
| | | wrkDetl.setTeu(teu); |
| | | wrkDetl.setContainerNo(param.getContainerNo()); |
| | | wrkDetl.setPlateNo(param.getPlateNo()); |
| | | wrkDetl.setTrainNo(param.getTrainNo()); |
| | | wrkDetl.setFreqType(param.getFreqType()); |
| | | wrkDetl.setCubeNumber(param.getCubeNumber()); |
| | | // 7.11:entryWmsCode、outDoorNo 复用明细备用字段。 |
| | | wrkDetl.setStandby1(param.getEntryWmsCode()); |
| | | wrkDetl.setStandby2(param.getOutDoorNo()); |
| | | wrkDetl.setSupp(param.getSeq()+"/"+count); |
| | | wrkDetl.setTeu(param.getTeu()); |
| | | |
| | | if (!wrkDetlService.insert(wrkDetl)) { |
| | | throw new CoolException("保存工作档明细失败"); |
| | |
| | | public class NotifyLogHandler extends AbstractHandler<String> { |
| | | |
| | | private static final String WAIT_PAKIN_ARCHIVE_COLUMNS = |
| | | "zpallet, anfme, loc_no, matnr, maktx, batch, order_no, specs, model, color, brand, unit, price, sku, units, barcode, " + |
| | | "origin, manu, manu_date, item_num, safe_qty, weight, man_length, volume, three_code, supp, supp_code, be_batch, dead_time, " + |
| | | "zpallet, anfme, loc_no, matnr, maktx, batch, order_no, container_no, teu, plate_no, train_no, specs, model, color, brand, unit, price, sku, units, barcode, " + |
| | | "origin, freq_type, cube_number, manu, manu_date, item_num, safe_qty, weight, man_length, volume, three_code, supp, supp_code, be_batch, dead_time, " + |
| | | "dead_warn, source, inspect, danger, status, io_status, modi_time, modi_user, appe_time, appe_user, memo, standby1, standby2, " + |
| | | "standby3, box_type1, box_type2, box_type3"; |
| | | |
| | |
| | | ErpReportOld: true |
| | | # 地址 |
| | | address: |
| | | URL: http://192.168.160.8:8088 |
| | | URL: http://192.168.100.148:62482 |
| | | #入库上报 |
| | | Inaddress: /api/Service/InPalletCompleted |
| | | #出库上报 |
| | |
| | | <result column="appe_user" property="appeUser" /> |
| | | <result column="appe_time" property="appeTime" /> |
| | | <result column="memo" property="memo" /> |
| | | <result column="container_no" property="containerNo" /> |
| | | <result column="teu" property="teu" /> |
| | | <result column="plate_no" property="plateNo" /> |
| | | <result column="train_no" property="trainNo" /> |
| | | <result column="freq_type" property="freqType" /> |
| | | <result column="cube_number" property="cubeNumber" /> |
| | | <result column="frozen" property="frozen" /> |
| | | <result column="standby1" property="standby1" /> |
| | | <result column="standby2" property="standby2" /> |
| | |
| | | <result column="maktx" property="maktx" /> |
| | | <result column="batch" property="batch" /> |
| | | <result column="order_no" property="orderNo" /> |
| | | <result column="container_no" property="containerNo" /> |
| | | <result column="teu" property="teu" /> |
| | | <result column="plate_no" property="plateNo" /> |
| | | <result column="train_no" property="trainNo" /> |
| | | <result column="freq_type" property="freqType" /> |
| | | <result column="cube_number" property="cubeNumber" /> |
| | | |
| | | <result column="specs" property="specs" /> |
| | | <result column="model" property="model" /> |
| | |
| | | <result column="maktx" property="maktx" /> |
| | | <result column="batch" property="batch" /> |
| | | <result column="order_no" property="orderNo" /> |
| | | <result column="container_no" property="containerNo" /> |
| | | <result column="teu" property="teu" /> |
| | | <result column="plate_no" property="plateNo" /> |
| | | <result column="train_no" property="trainNo" /> |
| | | <result column="freq_type" property="freqType" /> |
| | | <result column="cube_number" property="cubeNumber" /> |
| | | |
| | | <result column="specs" property="specs" /> |
| | | <result column="model" property="model" /> |
| | |
| | | <result column="maktx" property="maktx"/> |
| | | <result column="batch" property="batch"/> |
| | | <result column="order_no" property="orderNo"/> |
| | | <result column="container_no" property="containerNo"/> |
| | | <result column="teu" property="teu"/> |
| | | <result column="plate_no" property="plateNo"/> |
| | | <result column="train_no" property="trainNo"/> |
| | | <result column="freq_type" property="freqType"/> |
| | | <result column="cube_number" property="cubeNumber"/> |
| | | |
| | | <result column="specs" property="specs"/> |
| | | <result column="model" property="model"/> |
| | |
| | | <result column="maktx" property="maktx" /> |
| | | <result column="batch" property="batch" /> |
| | | <result column="order_no" property="orderNo" /> |
| | | <result column="container_no" property="containerNo" /> |
| | | <result column="teu" property="teu" /> |
| | | <result column="plate_no" property="plateNo" /> |
| | | <result column="train_no" property="trainNo" /> |
| | | <result column="freq_type" property="freqType" /> |
| | | <result column="cube_number" property="cubeNumber" /> |
| | | |
| | | <result column="specs" property="specs" /> |
| | | <result column="model" property="model" /> |
| | |
| | | <result column="barcode" property="barcode" /> |
| | | <result column="Pdc_type" property="PdcType" /> |
| | | <result column="container_no" property="containerNo" /> |
| | | <result column="teu" property="teu" /> |
| | | <result column="plate_no" property="plateNo" /> |
| | | <result column="train_no" property="trainNo" /> |
| | | <result column="freq_type" property="freqType" /> |
| | | <result column="cube_number" property="cubeNumber" /> |
| | | <result column="ctn_no" property="ctnNo" /> |
| | | <result column="full_plt" property="fullPlt" /> |
| | | <result column="pre_have" property="preHave" /> |
| | |
| | | <result column="barcode" property="barcode" /> |
| | | <result column="Pdc_type" property="PdcType" /> |
| | | <result column="container_no" property="containerNo" /> |
| | | <result column="teu" property="teu" /> |
| | | <result column="plate_no" property="plateNo" /> |
| | | <result column="train_no" property="trainNo" /> |
| | | <result column="freq_type" property="freqType" /> |
| | | <result column="cube_number" property="cubeNumber" /> |
| | | <result column="ctn_no" property="ctnNo" /> |
| | | <result column="full_plt" property="fullPlt" /> |
| | | <result column="pre_have" property="preHave" /> |