From b5a2fc07527ab700544f3b7ba0be01b2e015e2db Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Fri, 04 Aug 2023 08:30:52 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/wb' into qa

---
 screen-job/src/main/java/com/moral/api/service/HistoryMonthlyService.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/screen-job/src/main/java/com/moral/api/service/HistoryMonthlyService.java b/screen-job/src/main/java/com/moral/api/service/HistoryMonthlyService.java
index 027d2fa..1394616 100644
--- a/screen-job/src/main/java/com/moral/api/service/HistoryMonthlyService.java
+++ b/screen-job/src/main/java/com/moral/api/service/HistoryMonthlyService.java
@@ -13,6 +13,7 @@
  */
 public interface HistoryMonthlyService extends IService<HistoryMonthly> {
 
+    //���������������
     void insertHistoryMonthly();
 
 }

--
Gitblit v1.8.0