java110-bean/src/main/java/com/java110/dto/purchaseApply/PurchaseApplyDto.java
@@ -74,6 +74,8 @@ //查询当月数据标识 private String urgentFlag; private String consultPrice; private String timesId; public String getResOrderType() { return resOrderType; @@ -378,4 +380,20 @@ public void setNextStaffId(String nextStaffId) { this.nextStaffId = nextStaffId; } public String getConsultPrice() { return consultPrice; } public void setConsultPrice(String consultPrice) { this.consultPrice = consultPrice; } public String getTimesId() { return timesId; } public void setTimesId(String timesId) { this.timesId = timesId; } }