This commit is contained in:
parent
33a15d685d
commit
f6131f26a1
|
|
@ -17,7 +17,6 @@ type PetAdoptionApplications struct {
|
|||
Status *string `json:"status" form:"status" gorm:"comment:申请状态:pending-待审核,approved-已通过,rejected-已拒绝;column:status;size:20;"` //申请状态:pending-待审核,approved-已通过,rejected-已拒绝
|
||||
ReviewedAt *time.Time `json:"reviewedAt" form:"reviewedAt" gorm:"comment:审核时间;column:reviewed_at;"` //审核时间
|
||||
ReviewerNotes *string `json:"reviewerNotes" form:"reviewerNotes" gorm:"comment:审核备注;column:reviewer_notes;"` //审核备注
|
||||
ReviewerNotes *string `json:"reviewerNotes" form:"reviewerNotes" gorm:"comment:审核备注;column:reviewer_notes;"` //审核备注
|
||||
}
|
||||
|
||||
// TableName petAdoptionApplications表 PetAdoptionApplications自定义表名 pet_adoption_applications
|
||||
|
|
|
|||
Loading…
Reference in New Issue