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