自动化立体仓库 - WMS系统
bfwms
2025-07-07 2fc66774335bfc603aa36b1ca41e5f1be19442b0
src/main/java/com/zy/asrs/entity/AdjDetl.java
@@ -44,9 +44,15 @@
    private String matnr;
    /**
     * 批号
     * 商品规格
     */
    @ApiModelProperty(value= "批号")
    @ApiModelProperty(value= "商品规格")
    private String specs;
    /**
     * 序列码
     */
    @ApiModelProperty(value= "序列码")
    private String batch;
    /**
@@ -125,11 +131,18 @@
    @TableField("appe_time")
    private Date appeTime;
    /**
     * 客户信息
     */
    @ApiModelProperty(value= "客户信息")
    private String manu;
    public AdjDetl() {}
    public AdjDetl(String locNo, String matnr, String batch, Double oriCtns, Double oriQty, Double oriWt, Double adjCtns, Double adjQty, Double adjWt, String memo, Long modiUser, Date modiTime, Long appeUser, Date appeTime) {
    public AdjDetl(String locNo, String matnr, String specs,String batch, Double oriCtns, Double oriQty, Double oriWt, Double adjCtns, Double adjQty, Double adjWt, String memo, Long modiUser, Date modiTime, Long appeUser, Date appeTime, String manu) {
        this.locNo = locNo;
        this.matnr = matnr;
        this.specs = specs;
        this.batch = batch;
        this.oriCtns = oriCtns;
        this.oriQty = oriQty;
@@ -142,12 +155,13 @@
        this.modiTime = modiTime;
        this.appeUser = appeUser;
        this.appeTime = appeTime;
        this.manu = manu;
    }
    //    AdjDetl adjDetl = new AdjDetl(
//            null,    // 库位号[非空]
//            null,    // 物料编号[非空]
//            null,    // 批号
//            null,    // 序列码
//            null,    // 原箱数
//            null,    // 原数量
//            null,    // 原重量