form
This commit is contained in:
parent
fe6ad48054
commit
ba3411ba43
|
@ -54,7 +54,7 @@ type ListSalaryReq struct {
|
||||||
StartMonth string `form:"start_month"`
|
StartMonth string `form:"start_month"`
|
||||||
EndMonth string `form:"end_month"`
|
EndMonth string `form:"end_month"`
|
||||||
StaffId string `form:"staff_id"`
|
StaffId string `form:"staff_id"`
|
||||||
Status string `json:"status"`
|
Status string `form:"status"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *Salary) From(m *model.StaffSalary) {
|
func (s *Salary) From(m *model.StaffSalary) {
|
||||||
|
|
Loading…
Reference in New Issue