diff --git a/pkg/model/financial_form.go b/pkg/model/financial_form.go index 62bc7f2..9480c67 100644 --- a/pkg/model/financial_form.go +++ b/pkg/model/financial_form.go @@ -9,6 +9,7 @@ import ( "time" ) +// financial_form type FinancialForm struct { ID uint64 `gorm:"primaryKey;column:id" json:"id"` // ID DeletedAt soft_delete.DeletedAt `gorm:"column:deleted_at" json:"deletedAt"` // 删除时间