From 88c6f7b29a1d7b19faf54ede999a0968e3371acd Mon Sep 17 00:00:00 2001 From: jhc <9316338+wangyitao309@user.noreply.gitee.com> Date: Tue, 16 May 2023 11:00:59 +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/bundle_pay_price.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/model/bundle_pay_price.go b/pkg/model/bundle_pay_price.go index 683c902..c19557e 100644 --- a/pkg/model/bundle_pay_price.go +++ b/pkg/model/bundle_pay_price.go @@ -24,7 +24,7 @@ type BundlePayPrice struct { ArtworkSize string `gorm:"type:varchar(32);column:artwork_size;default:'';comment:作品总平尺" json:"artworkSize"` ShowAddress string `gorm:"type:varchar(50);column:show_address;default:'';comment:画展地址" json:"showAddress"` ArtistName string `gorm:"type:varchar(50);column:artist_name;default:'';comment:画家名称" json:"artistName"` - Rollback int32 `gorm:"type:int;column:rollback;default:'1';comment:是否回滚(默认 1 回滚 2)" json:"rollback"` + Rollback int32 `gorm:"type:int;column:rollback;default:1;comment:是否回滚(默认 1 回滚 2)" json:"rollback"` Status uint64 `gorm:"type:int(11);column:status;default:1;comment:状态" json:"status"` }