自动化立体仓库 - WMS系统
Administrator
2023-08-14 c7ee9e7a9a0cb96d1c48bf8a8dff061f16e8a29b
src/main/java/com/zy/asrs/entity/AdjDetl.java
@@ -44,9 +44,9 @@
    private String matnr;
    /**
     * 批号
     * 序列码
     */
    @ApiModelProperty(value= "批号")
    @ApiModelProperty(value= "序列码")
    private String batch;
    /**
@@ -125,9 +125,15 @@
    @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 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.batch = batch;
@@ -142,12 +148,13 @@
        this.modiTime = modiTime;
        this.appeUser = appeUser;
        this.appeTime = appeTime;
        this.manu = manu;
    }
    //    AdjDetl adjDetl = new AdjDetl(
//            null,    // 库位号[非空]
//            null,    // 物料编号[非空]
//            null,    // 批号
//            null,    // 序列码
//            null,    // 原箱数
//            null,    // 原数量
//            null,    // 原重量