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