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; } }