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