service/api/message/request/HYG10000002Req.go

10 lines
242 B
Go
Raw Normal View History

2024-06-15 11:41:12 +08:00
package request
2024-06-15 19:06:47 +08:00
// 自由职业者信息详情查询
type HYG10000002Req struct {
CooperatorId string `json:"cooperatorId"`
Timestamp string `json:"timestamp"`
WorkerId string `json:"workerId"`
Sign string `json:"sign"`
}