java110-bean/src/main/java/com/java110/vo/api/purchaseApply/ApiPurchaseApplyDataVo.java
@@ -6,6 +6,7 @@ public class ApiPurchaseApplyDataVo implements Serializable { private String applyOrderId; private String resOrderType; private String state; private String userName; private String stateName; @@ -90,4 +91,12 @@ public void setDescription(String description) { this.description = description; } public String getResOrderType() { return resOrderType; } public void setResOrderType(String resOrderType) { this.resOrderType = resOrderType; } }