From b8e7bb1791ff41be5ee8150cc46af082d7444a65 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期三, 31 五月 2023 01:02:29 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsDto.java | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 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 30cc593..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
@@ -123,6 +123,10 @@
//璧犻�侀噾棰�
private String giftAmount;
+
+ //璐︽埛鎶垫墸閲戦
+ private String withholdAmount;
+
//鏀惰垂鐜�
private String chargeRate;
@@ -144,6 +148,11 @@
private String[] configIds;
private String yearMonth;
+
+
+ private String cashierId;
+ private String cashierName;
+
public String getReceivableAmount() {
return receivableAmount;
@@ -760,4 +769,28 @@
public void setUnitIds(String[] unitIds) {
this.unitIds = unitIds;
}
+
+ public String getWithholdAmount() {
+ return withholdAmount;
+ }
+
+ 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