Files
APIPark/module/permit/dto/input.go
T
2024-08-12 21:38:09 +08:00

7 lines
104 B
Go

package permit_dto
type SetGrant struct {
Access string `json:"access"`
Key string `json:"key"`
}