liujiandao
2023-11-09 53b44dab82da8c59fdabbd8099a2af59ca3e6f3c
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}