From 9010dda44229935b7665fbdb0c485126c905217e Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Wed, 13 Nov 2024 20:08:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/red_packet_subsidy_flow.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/models/red_packet_subsidy_flow.go b/src/models/red_packet_subsidy_flow.go index ad7b480..f5f264b 100644 --- a/src/models/red_packet_subsidy_flow.go +++ b/src/models/red_packet_subsidy_flow.go @@ -12,4 +12,5 @@ type RedPacketSubsidyFlow struct { OtherMoney string `json:"other_money" xorm:"DECIMAL(20,2)"` Uid int `json:"uid" xorm:"default 0 unique(date) INT(11)"` StoreId int `json:"store_id" xorm:"default 0 unique(date) INT(11)"` + IsPop int `json:"is_pop" xorm:"default 0 comment('是否弹窗') INT(1)"` }