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