add
wangpengfei
2023-08-02 1ba1ecb2760ff21fc66db7a91fa099db489dd385
1
2
3
4
5
6
7
package request
 
type Assign struct {
    MemberId int    `json:"member_id"`
    Type     string `json:"type"`
    Id       int    `json:"id"`
}