配置管理 后台功能

This commit is contained in:
pixel
2020-01-13 15:24:52 +08:00
parent caebf71f93
commit 5d5782fd04
4 changed files with 14 additions and 0 deletions
@@ -0,0 +1 @@
package api
+11
View File
@@ -0,0 +1,11 @@
package sysModel
import "gin-vue-admin/config"
type System struct {
config config.Config
}
func test(){
}
+1
View File
@@ -0,0 +1 @@
package router
+1
View File
@@ -0,0 +1 @@
package tools