bygdata/model/system/response/sys_system.go
2026-02-12 00:16:08 +00:00

8 lines
115 B
Go

package response
import "bygdata/config"
type SysConfigResponse struct {
Config config.Server `json:"config"`
}