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