Files
sundynix-plant-be/model/plant/request/profile.go
T
2026-02-11 14:33:00 +08:00

7 lines
117 B
Go

package request
type UpdateProfile struct {
Nickname string `json:"nickname"`
AvatarId string `json:"avatarId"`
}