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