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