From 5f0170df9787c6f3ff17cc168b3f2e3f511453f6 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 31 十月 2023 20:04:16 +0800
Subject: [PATCH] 支持职级降级的情况
---
router/timelyRate.go | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/router/timelyRate.go b/router/timelyRate.go
index bc1c063..05f7f73 100644
--- a/router/timelyRate.go
+++ b/router/timelyRate.go
@@ -1,3 +1,4 @@
+
package router
import (
@@ -16,4 +17,4 @@
timelyRateRouter.PUT("update", timelyRateApi.Update) // 鏇存柊閿�鍞樁娈�
timelyRateRouter.GET("list", timelyRateApi.List) // 鑾峰彇閿�鍞樁娈靛垪琛�
}
-}
+}
\ No newline at end of file
--
Gitblit v1.8.0