java110
2022-07-22 8ec6a1df9a4212be30a11797e03b4c6cf46f4c27
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;
    }
}