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