From 5942b76a3f8f9849e24857a20a831f400e7c7366 Mon Sep 17 00:00:00 2001 From: jhc <9316338+wangyitao309@user.noreply.gitee.com> Date: Tue, 25 Apr 2023 15:17:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/model/financial_form.go | 1 + 1 file changed, 1 insertion(+) 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"` // 删除时间