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