配置管理 后台功能
This commit is contained in:
1
QMPlusServer/controller/api/sys_system.go
Normal file
1
QMPlusServer/controller/api/sys_system.go
Normal file
@@ -0,0 +1 @@
|
||||
package api
|
11
QMPlusServer/model/sysModel/sys_system.go
Normal file
11
QMPlusServer/model/sysModel/sys_system.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package sysModel
|
||||
|
||||
import "gin-vue-admin/config"
|
||||
|
||||
type System struct {
|
||||
config config.Config
|
||||
}
|
||||
|
||||
func test(){
|
||||
|
||||
}
|
1
QMPlusServer/router/sys_system.go
Normal file
1
QMPlusServer/router/sys_system.go
Normal file
@@ -0,0 +1 @@
|
||||
package router
|
1
QMPlusServer/tools/struct_to_map.go
Normal file
1
QMPlusServer/tools/struct_to_map.go
Normal file
@@ -0,0 +1 @@
|
||||
package tools
|
Reference in New Issue
Block a user