From 16f71152c21e20f95df16124201600c6b075ad2a Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期日, 02 五月 2021 14:50:53 +0800
Subject: [PATCH] 加入商铺会员
---
java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java b/java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java
old mode 100644
new mode 100755
index 3bd3165..cd187bc
--- a/java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java
@@ -261,6 +261,8 @@
@RequestMapping(value = "/queryAllPaymentCount", method = RequestMethod.POST)
List<ReportFeeMonthStatisticsDto> queryAllPaymentCount(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
+ @RequestMapping(value = "/queryReportProficientCount", method = RequestMethod.POST)
+ JSONObject queryReportProficientCount(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
/**
* <p>鏌ヨ灏忓尯妤间俊鎭�</p>
*
--
Gitblit v1.8.0