wangpengfei
2023-08-02 b4201a0054369a8cd89e940947fd6f1a89f357c2
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"`
}