This commit is contained in:
jiangyong27 2025-03-13 11:59:20 +08:00
parent b0019d8837
commit d5ff34e7e7
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ type CreateSalaryReq struct {
}
type UpdateSalaryReq struct {
Id string `json:"month"`
Id string `json:"id"`
OtherIncome string `json:"other_income"`
OtherDeduct string `json:"other_deduct"`
}