liujiandao
2024-04-16 9c14e884db911a2094d26c2a509f752a729f8e8d
1
2
3
4
5
6
package request
 
type GetWorkerList struct {
    PageInfo
    KeyWord string `json:"keyWord"`
}