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