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