daa8246
1
2
3
4
5
6
7
package dto type PlayGroundRequest struct { Model string `json:"model,omitempty"` Group string `json:"group,omitempty"` }