配置管理 后台功能
This commit is contained in:
parent
96f1adb042
commit
a53bf70f65
|
@ -0,0 +1 @@
|
|||
package api
|
|
@ -0,0 +1,11 @@
|
|||
package sysModel
|
||||
|
||||
import "gin-vue-admin/config"
|
||||
|
||||
type System struct {
|
||||
config config.Config
|
||||
}
|
||||
|
||||
func test(){
|
||||
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
package router
|
|
@ -0,0 +1 @@
|
|||
package tools
|
Loading…
Reference in New Issue