xiaogang
2021-05-21 05f5fcc1efbd628f08c868fdaf622554ff85271a
java110-bean/src/main/java/com/java110/po/purchase/ResourceStorePo.java
old mode 100644 new mode 100755
@@ -21,7 +21,6 @@
    private String price;
    private String stock;
    private String statusCd = "0";
    private String goodsType;
    private String unitCode;
    private String remark;
    private String outLowPrice;
@@ -35,6 +34,11 @@
    private String warningStock;
    private String averagePrice;
    private String purchasePrice;
    private String resOrderType;
    private String rstId;
    private String rstName;
    private String rssId;
    private String rssName;
    public String getResId() {
        return resId;
@@ -98,14 +102,6 @@
    public void setStatusCd(String statusCd) {
        this.statusCd = statusCd;
    }
    public String getGoodsType() {
        return goodsType;
    }
    public void setGoodsType(String goodsType) {
        this.goodsType = goodsType;
    }
    public String getUnitCode() {
@@ -211,4 +207,44 @@
    public void setPurchasePrice(String purchasePrice) {
        this.purchasePrice = purchasePrice;
    }
    public String getResOrderType() {
        return resOrderType;
    }
    public void setResOrderType(String resOrderType) {
        this.resOrderType = resOrderType;
    }
    public String getRstId() {
        return rstId;
    }
    public void setRstId(String rstId) {
        this.rstId = rstId;
    }
    public String getRstName() {
        return rstName;
    }
    public void setRstName(String rstName) {
        this.rstName = rstName;
    }
    public String getRssId() {
        return rssId;
    }
    public void setRssId(String rssId) {
        this.rssId = rssId;
    }
    public String getRssName() {
        return rssName;
    }
    public void setRssName(String rssName) {
        this.rssName = rssName;
    }
}