10 lines
161 B
Go
10 lines
161 B
Go
package notice
|
|
|
|
import api "git.echol.cn/loser/lckt/api/v1"
|
|
|
|
type RouterGroup struct{ NoticeRouter }
|
|
|
|
var (
|
|
notApi = api.ApiGroupApp.NoticeApiGroup.NoticeApi
|
|
)
|