mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 12:32:25 +00:00
配置管理 后台功能
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user