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