master
howell 3 years ago
parent e14870cb87
commit c967d48384

@ -124,7 +124,7 @@ type Apply struct {
ID int `json:"id" gorm:"primaryKey;autoIncrement"`
UserID int `json:"-" `
Amount decimal.Decimal `json:"amount"`
State int `json:"state" gorm:"<-:update"`
State int `json:"state"`
CreatedAt *time.Time `json:"created_at" gorm:"autoCreateTime"`
Content string `json:"content" gorm:"<-:update"`
Proof string `json:"proof" gorm:"<-:update"`

Loading…
Cancel
Save