fix
wangpengfei
2023-08-09 d2c1d8192b60d6981f0a743ef9cab8e37496e6a3
1
2
3
4
5
6
7
package request
 
type Assign struct {
    MemberId int    `json:"member_id"`
    Type     string `json:"type"`
    Ids      []int  `json:"ids"`
}