功能(菜单)接口
This commit is contained in:
10
business/jxstore/cms/permission.go
Normal file
10
business/jxstore/cms/permission.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package cms
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
|
||||
"git.rosy.net.cn/jx-callback/business/model"
|
||||
)
|
||||
|
||||
func GetFunction(ctx *jxcontext.Context) (functions []*model.Function, err error) {
|
||||
return functions, err
|
||||
}
|
||||
Reference in New Issue
Block a user