fix
wangpengfei
2023-08-02 491fd33eabdc55efdb4309b9d07c2ab071fa213f
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"`
}