zhangqian
2023-08-05 d3c6646d3d2c7297a2f857bca63d23423c892b7c
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"`
}