zhangqian
2024-04-30 7dd6097d42d6d6f254a84ab0111bac70f0358660
1
2
3
4
5
6
package request
 
type SalaryReportForms struct {
    PageInfo
    Month string `json:"month"`
}