,omitempty

This commit is contained in:
jiangyong27 2025-03-13 20:36:24 +08:00
parent 71ef9fb8b4
commit b7613a4d68
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ type Salary struct {
OtherDeduct string `json:"other_deduct,omitempty"`
CreateTime string `json:"create_time,omitempty"`
UpdateTime string `json:"update_time,omitempty"`
Extra string `json:"extra"`
Extra string `json:"extra,omitempty"`
}
type CreateSalaryReq struct {