🎉 初始化项目
This commit is contained in:
7
server/model/system/response/sys_system.go
Normal file
7
server/model/system/response/sys_system.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package response
|
||||
|
||||
import "git.echol.cn/loser/st/server/config"
|
||||
|
||||
type SysConfigResponse struct {
|
||||
Config config.Server `json:"config"`
|
||||
}
|
||||
Reference in New Issue
Block a user