自动化立体仓库 - WMS系统
#
whycq
2023-09-26 2d93ea1e9e520e37499ce5a09dd24f4fa707e2b3
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;