fix
wangpengfei
2023-08-01 842a1a88687dfe3893cc765b3886055f0535deb3
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"`
}