java110
2021-06-16 ad398697078b9c341e41d42e88aba82418807e95
java110-bean/src/main/java/com/java110/dto/purchaseApply/PurchaseApplyDto.java
old mode 100644 new mode 100755
@@ -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;
    }
}