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; } }