java110-bean/src/main/java/com/java110/po/purchase/ResourceStorePo.java
@@ -35,6 +35,7 @@ private String warningStock; private String averagePrice; private String purchasePrice; private String resOrderType; public String getResId() { return resId; @@ -211,4 +212,13 @@ public void setPurchasePrice(String purchasePrice) { this.purchasePrice = purchasePrice; } public String getResOrderType() { return resOrderType; } public void setResOrderType(String resOrderType) { this.resOrderType = resOrderType; } }