From 01e5ca28924e901180834c9e1ab1b7e3b2abb534 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 06 四月 2023 14:04:48 +0800
Subject: [PATCH] optimize owner app owe fee bug
---
java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsDto.java | 21 +++++++++++++++++++++
1 files changed, 21 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 c423ead..8cb573e 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
@@ -149,6 +149,11 @@
private String yearMonth;
+
+ private String cashierId;
+ private String cashierName;
+
+
public String getReceivableAmount() {
return receivableAmount;
}
@@ -772,4 +777,20 @@
public void setWithholdAmount(String withholdAmount) {
this.withholdAmount = withholdAmount;
}
+
+ public String getCashierId() {
+ return cashierId;
+ }
+
+ public void setCashierId(String cashierId) {
+ this.cashierId = cashierId;
+ }
+
+ public String getCashierName() {
+ return cashierName;
+ }
+
+ public void setCashierName(String cashierName) {
+ this.cashierName = cashierName;
+ }
}
--
Gitblit v1.8.0