jiangshuai
2023-11-21 91afffaa4f3eb9104d39044197e4140c2044a78c
1
2
3
4
5
6
package request
 
type AddUserMenu struct {
    MenuIds []uint `json:"menuIds"`
    UserId  string `json:"userId"` // 用户ID
}