🎨 新增公告通知模块
This commit is contained in:
12
api/v1/notice/enter.go
Normal file
12
api/v1/notice/enter.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package notice
|
||||
|
||||
import (
|
||||
"git.echol.cn/loser/lckt/service"
|
||||
)
|
||||
|
||||
type ApiGroup struct{ NoticeApi }
|
||||
|
||||
var (
|
||||
noticeService = service.ServiceGroupApp.NoticeServiceGroup.NoticeService
|
||||
notService = service.ServiceGroupApp.NoticeServiceGroup.NoticeService
|
||||
)
|
||||
Reference in New Issue
Block a user