From d5ff34e7e7641e6ec74d5462a8af0dc82e11a2fb Mon Sep 17 00:00:00 2001 From: jiangyong27 Date: Thu, 13 Mar 2025 11:59:20 +0800 Subject: [PATCH] id --- server/api/salary.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/api/salary.go b/server/api/salary.go index 972faa5..991ffbd 100644 --- a/server/api/salary.go +++ b/server/api/salary.go @@ -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"` }