fix
wangpengfei
2023-08-07 a64e5e4a30a9617ba7bb3612e5d833715b279d26
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"`
}