main
jhc 1 year ago
parent 4c6a62a184
commit 5942b76a3f

@ -9,6 +9,7 @@ import (
"time" "time"
) )
// financial_form
type FinancialForm struct { type FinancialForm struct {
ID uint64 `gorm:"primaryKey;column:id" json:"id"` // ID ID uint64 `gorm:"primaryKey;column:id" json:"id"` // ID
DeletedAt soft_delete.DeletedAt `gorm:"column:deleted_at" json:"deletedAt"` // 删除时间 DeletedAt soft_delete.DeletedAt `gorm:"column:deleted_at" json:"deletedAt"` // 删除时间

Loading…
Cancel
Save