fix: kind_str

master
howell 4 years ago
parent bb0509e4a7
commit 461666ec35

@ -47,7 +47,7 @@ type ApplyEntry struct {
Mobile string `json:"mobile"`
ApplyUserID uint `json:"-"`
Kind Kind `json:"kind"`
KindStr string `json:"kind_str"`
KindStr string `json:"kind_str" gorm:"-"`
CreatedAt formatime.Second `json:"created_at"`
State State `json:"state"`
StateStr string `json:"state_str" gorm:"-"`

Loading…
Cancel
Save