java110
2021-05-10 3835848b28f3cf605aa1fbda443024ee11740493
java110-bean/src/main/java/com/java110/po/purchase/ResourceStorePo.java
old mode 100644 new mode 100755
@@ -28,9 +28,14 @@
    private String outHighPrice;
    private String showMobile;
    private String createTime;
    private String shId;
    private String bId;
    private List<String> photos;
    private List<String> fileUrls;
    private String warningStock;
    private String averagePrice;
    private String purchasePrice;
    private String resOrderType;
    public String getResId() {
        return resId;
@@ -175,4 +180,45 @@
    public void setFileUrls(List<String> fileUrls) {
        this.fileUrls = fileUrls;
    }
    public String getShId() {
        return shId;
    }
    public void setShId(String shId) {
        this.shId = shId;
    }
    public String getWarningStock() {
        return warningStock;
    }
    public void setWarningStock(String warningStock) {
        this.warningStock = warningStock;
    }
    public String getAveragePrice() {
        return averagePrice;
    }
    public void setAveragePrice(String averagePrice) {
        this.averagePrice = averagePrice;
    }
    public String getPurchasePrice() {
        return purchasePrice;
    }
    public void setPurchasePrice(String purchasePrice) {
        this.purchasePrice = purchasePrice;
    }
    public String getResOrderType() {
        return resOrderType;
    }
    public void setResOrderType(String resOrderType) {
        this.resOrderType = resOrderType;
    }
}