From a451b135bbcc132761d6f310c000d5bd651b9ff8 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 26 七月 2023 09:55:04 +0800
Subject: [PATCH] 优化代码
---
java110-interface/src/main/java/com/java110/intf/report/IGeneratorFeeMonthStatisticsInnerServiceSMO.java | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/java110-interface/src/main/java/com/java110/intf/report/IGeneratorFeeMonthStatisticsInnerServiceSMO.java b/java110-interface/src/main/java/com/java110/intf/report/IGeneratorFeeMonthStatisticsInnerServiceSMO.java
index b431f12..044387d 100755
--- a/java110-interface/src/main/java/com/java110/intf/report/IGeneratorFeeMonthStatisticsInnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/report/IGeneratorFeeMonthStatisticsInnerServiceSMO.java
@@ -19,8 +19,6 @@
@RequestMapping("/generatorFeeMonthStatisticsApi")
public interface IGeneratorFeeMonthStatisticsInnerServiceSMO {
-
-
@RequestMapping(value = "/generatorData", method = RequestMethod.POST)
public int generatorData(@RequestBody ReportFeeMonthStatisticsPo reportFeeMonthStatisticsPo);
--
Gitblit v1.8.0