Files
AllinSSL/backend/app/dto/response/access.go
2025-05-27 15:37:40 +08:00

8 lines
152 B
Go

package response
type AccessSiteList struct {
Id string `json:"id"`
SiteName string `json:"siteName"`
Domain []string `json:"domain"`
}