@ -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:"-"`