| | |
| | | |
| | | @ApiModelProperty(value = "增减符号:1(加,入库)、2(减,出库)") |
| | | @TableField("ADD_ID") |
| | | private int addId2; |
| | | private Integer addId2; |
| | | |
| | | /** |
| | | * 数量 |
| | |
| | | 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; |
| | |
| | | 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; |