,omitempty
This commit is contained in:
parent
71ef9fb8b4
commit
b7613a4d68
|
@ -27,7 +27,7 @@ type Salary struct {
|
||||||
OtherDeduct string `json:"other_deduct,omitempty"`
|
OtherDeduct string `json:"other_deduct,omitempty"`
|
||||||
CreateTime string `json:"create_time,omitempty"`
|
CreateTime string `json:"create_time,omitempty"`
|
||||||
UpdateTime string `json:"update_time,omitempty"`
|
UpdateTime string `json:"update_time,omitempty"`
|
||||||
Extra string `json:"extra"`
|
Extra string `json:"extra,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type CreateSalaryReq struct {
|
type CreateSalaryReq struct {
|
||||||
|
|
Loading…
Reference in New Issue