java110
2020-04-18 5c5361fab95dd3938ea4b4fc0babbf2d6c5807ee
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;
    }
}