自动化立体仓库 - WMS系统
Administrator
2023-10-07 ceeac33daaa44f605e2bd5a9c443c9438795be0d
src/main/java/com/zy/asrs/entity/AdjDetl.java
@@ -44,6 +44,12 @@
    private String matnr;
    /**
     * 商品规格
     */
    @ApiModelProperty(value= "商品规格")
    private String specs;
    /**
     * 序列码
     */
    @ApiModelProperty(value= "序列码")
@@ -133,9 +139,10 @@
    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, String manu) {
    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;