From 862f6f28e7a7742922777ddd7e0b50dc190fbbf0 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 19 五月 2021 18:25:36 +0800
Subject: [PATCH] 优化代码
---
java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsDto.java | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsDto.java b/java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsDto.java
index a9f814e..5f46328 100755
--- a/java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsDto.java
@@ -59,6 +59,8 @@
private String importFeeName;
+ private String oId;
+
//鏀粯鏂瑰紡
private String primeRate;
@@ -491,4 +493,12 @@
public void setOwnerName(String ownerName) {
this.ownerName = ownerName;
}
+
+ public String getoId() {
+ return oId;
+ }
+
+ public void setoId(String oId) {
+ this.oId = oId;
+ }
}
--
Gitblit v1.8.0