自动化立体仓库 - WMS系统
1
zhang
2025-06-03 9afe7ca53c38f2aa1010c2ac2a778012d133160f
src/main/java/com/zy/asrs/entity/OrderDetl.java
@@ -156,7 +156,7 @@
    /**
     * 厂家
     */
    @ApiModelProperty(value= "厂家")
    @ApiModelProperty(value= "仓库编码")
    private String manu;
    /**
@@ -337,21 +337,25 @@
     */
    @ApiModelProperty(value= "备用1")
    @TableField("box_type1")
    private String boxType1 = "1";
    private String boxType1 = "";
    /**
     * 备用2
     */
    @ApiModelProperty(value= "备用2")
    @TableField("box_type2")
    private String boxType2 = "1";
    private String boxType2 = "";
    /**
     * 备用3
     */
    @ApiModelProperty(value= "备用3")
    @TableField("box_type3")
    private String boxType3 = "1";
    private String boxType3 = "";
    @ApiModelProperty(value= "备注")
    @TableField("remark")
    private String remark;
    public OrderDetl() {}
@@ -580,6 +584,7 @@
        );
    }
    public static OrderDetl find(List<OrderDetl> detlDtos, String matnr, String batch, String brand, String standby1, String standby2, String standby3, String boxType1, String boxType2, String boxType3) {
        if (Cools.isEmpty(matnr)) {
            return null;