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