java110
2022-06-28 22e8a676ee42c0d78b3526bcd9a635abbe8dca03
java110-bean/src/main/java/com/java110/po/allocationUserStorehouse/AllocationUserStorehousePo.java
@@ -16,6 +16,7 @@
    private String stock;
    private String createTime;
    private String giveQuantity;
    private String resCode;
    public String getAcceptUserId() {
        return acceptUserId;
@@ -112,4 +113,12 @@
    public void setGiveQuantity(String giveQuantity) {
        this.giveQuantity = giveQuantity;
    }
    public String getResCode() {
        return resCode;
    }
    public void setResCode(String resCode) {
        this.resCode = resCode;
    }
}