java110
2021-05-10 3835848b28f3cf605aa1fbda443024ee11740493
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;
    }
}