🎉 更新系统版本
This commit is contained in:
13
server/plugin/announcement/initialize/dictionary.go
Normal file
13
server/plugin/announcement/initialize/dictionary.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package initialize
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
model "git.echol.cn/loser/st/server/model/system"
|
||||
"git.echol.cn/loser/st/server/plugin/plugin-tool/utils"
|
||||
)
|
||||
|
||||
func Dictionary(ctx context.Context) {
|
||||
entities := []model.SysDictionary{}
|
||||
utils.RegisterDictionaries(entities...)
|
||||
}
|
||||
Reference in New Issue
Block a user