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