This commit is contained in:
parent
b0019d8837
commit
d5ff34e7e7
|
@ -35,7 +35,7 @@ type CreateSalaryReq struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type UpdateSalaryReq struct {
|
type UpdateSalaryReq struct {
|
||||||
Id string `json:"month"`
|
Id string `json:"id"`
|
||||||
OtherIncome string `json:"other_income"`
|
OtherIncome string `json:"other_income"`
|
||||||
OtherDeduct string `json:"other_deduct"`
|
OtherDeduct string `json:"other_deduct"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue