bygdata/model/system/response/sys_system.go
2026-03-10 14:09:43 +00:00

8 lines
115 B
Go

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