zhangqian
2024-04-17 42a8ea1423243465f7161c560916f6abf9faf1dc
1
2
3
4
5
6
package request
 
type GetWorkerList struct {
    PageInfo
    KeyWord string `json:"keyWord"`
}