#
zwl
2025-09-12 ac0d8b029f0b51615be54b28d66519594949c3d9
src/main/java/com/zy/asrs/entity/WaitPakin.java
@@ -28,18 +28,50 @@
    @ApiModelProperty(value= "商品名称")
    private String maktx;
    /**
     * 该字段是组托入库自动出发补空托盘标记
     * item_num
     * 0:不需要补空托盘
     * 1:小托盘
     * 2:大托盘
     * 10:小托盘AGV任务下发成功
     * 20:大托盘AGV任务下发成功
     * 100:小托盘放货完成
     * 200:大托盘放货完成
     */
    @ApiModelProperty(value= "大小托盘")
    @TableField("item_num")
    private String itemNum;
    /**
     * agv状态
     * 0:无需调用AGV
     * 1:等待调用AGV
     * 2:AGV任务下发成功
     * 3:AGV任务完成
     * 4:给输送线下发入库指令
     */
    @ApiModelProperty(value= "agv状态")
    @TableField("be_batch")
    private Integer beBatch = 0;
    @ApiModelProperty(value= "发给AGV的任务号")
    private String supp;
    @ApiModelProperty(value= "唯一码")
    @TableField("supp_code")
    private String suppCode;
    /**
     * 仓库号
     * agv入库目标站点
     */
    @ApiModelProperty(value= "规格")
    private String lgnum;
    @ApiModelProperty(value= "agv入库目标站点")
    private String sku;
    /**
     * 仓库号
     */
    @ApiModelProperty(value= "型号")
    private String type;
//    /**
//     * 仓库号
//     */
//    @ApiModelProperty(value= "型号")
//    private String type;
    /**
     * 仓库号
@@ -47,17 +79,17 @@
    @ApiModelProperty(value= "条码")
    private String color;
    /**
     * 仓库号
     */
    @ApiModelProperty(value= "批号")
    private String supplier;
//    /**
//     * 仓库号
//     */
//    @ApiModelProperty(value= "批号")
//    private String supplier;
    /**
     * 仓库号
     */
    @ApiModelProperty(value= "单据编号")
    private String warehouse;
//    /**
//     * 仓库号
//     */
//    @ApiModelProperty(value= "单据编号")
//    private String warehouse;
    /**
     * 仓库号
@@ -71,23 +103,23 @@
    @ApiModelProperty(value= "数量")
    private Double anfme;
    /**
     * 单位
     */
    @ApiModelProperty(value= "单位")
    private String altme;
//    /**
//     * 单位
//     */
//    @ApiModelProperty(value= "单位")
//    private String altme;
    /**
     * 托盘条码
     */
    @ApiModelProperty(value= "托盘条码")
    private String zpallet;
    /**
     * 用户ID
     */
    @ApiModelProperty(value= "客户名称")
    private String bname;
//
//    /**
//     * 用户ID
//     */
//    @ApiModelProperty(value= "客户名称")
//    private String bname;
    @ApiModelProperty(value= "库位号")
    @TableField("loc_no")