xiaogang
2021-05-27 ff62871115f4e3cacb47c1eb3dc39d787a46831f
java110-bean/src/main/java/com/java110/dto/purchaseApply/PurchaseApplyDto.java
@@ -55,6 +55,7 @@
    private String createUserId;
    private String createUserName;
    private String price;
    private String supplierName;
    public String getResOrderType() {
        return resOrderType;
@@ -281,4 +282,12 @@
    public void setPrice(String price) {
        this.price = price;
    }
    public String getSupplierName() {
        return supplierName;
    }
    public void setSupplierName(String supplierName) {
        this.supplierName = supplierName;
    }
}