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