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