wangpengfei
2023-08-18 104db2ea4e4c76ed83e04b5ea7f9d427d16474a0
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}