liujiandao
2024-04-30 76a84d89d63041232c646ca28c59239dd00f7fc5
1
2
3
4
5
6
7
8
package response
 
type SalaryReportForms struct {
    WorkerName string `json:"workerName"`
    WorkerId   string `json:"workerId"`
    Phone      string `json:"phone"`
    WorkType   string `json:"workType"`
}