Files
AllinSSL/frontend/allinssl/backend/app/dto/response/access.go
2025-12-12 17:39:52 +08:00

8 lines
152 B
Go

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