zhangqian
2024-02-06 d28815a491eac43ad9153b7a83f27ce72d64a47e
1
2
3
4
5
6
package request
 
type AddUserMenu struct {
    MenuIds []uint `json:"menuIds"`
    UserId  string `json:"userId"` // 用户ID
}