package common type UserSimpleResponse struct { // 【用户id】用户id UserId string `json:"userId,omitempty"` // 【用户名称】用户名称 Name string `json:"name,omitempty"` }