自动化立体仓库 - WMS系统
#
LSH
2023-02-25 508aac599c24711a3c1f7cfa76d9025c8e73b89f
src/main/java/com/zy/ints/entity/ErpDetTb.java
@@ -55,7 +55,7 @@
    @ApiModelProperty(value = "增减符号:1(加,入库)、2(减,出库)")
    @TableField("ADD_ID")
    private int addId2;
    private Integer addId2;
    /**
     * 数量
@@ -125,7 +125,7 @@
    public ErpDetTb() {
    }
    public ErpDetTb(String billNo, String prdNo, String iokindid, int itm, int addId2, String addId, Double qty, String prdMark, String wh, Date billdate, Integer status, String temp1, String temp2, String temp3) {
    public ErpDetTb(String billNo, String prdNo, String iokindid, int itm, Integer addId2, String addId, Double qty, String prdMark, String wh, Date billdate, Integer status, String temp1, String temp2, String temp3) {
        this.billNo = billNo;
        this.prdNo = prdNo;
        this.iokindid = iokindid;
@@ -142,7 +142,7 @@
        this.temp3 = temp3;
    }
    public ErpDetTb(String billNo, String prdNo, int itm, int addId2, Double qty, String prdMark, String wh, Date billdate, Integer status, String temp1, String temp2, String temp3) {
    public ErpDetTb(String billNo, String prdNo, int itm, Integer addId2, Double qty, String prdMark, String wh, Date billdate, Integer status, String temp1, String temp2, String temp3) {
        this.billNo = billNo;
        this.prdNo = prdNo;
        this.itm = itm;