add
wangpengfei
2023-07-13 a35c7eb12dcce7c650025ba4d801d6ad6f1053c4
1
2
3
4
5
6
package request
 
type AddUserMenu struct {
    MenuIds []uint `json:"menuIds"`
    UserId  string `json:"userId"` // 用户ID
}