From a236ebf4239510c7a4f4fd280c94f5f279ccd87d Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Fri, 16 Aug 2024 09:40:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E9=87=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/service_award_return_flow.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/models/service_award_return_flow.go b/src/models/service_award_return_flow.go index 953035d..a54ec36 100644 --- a/src/models/service_award_return_flow.go +++ b/src/models/service_award_return_flow.go @@ -18,5 +18,6 @@ type ServiceAwardReturnFlow struct { Pvd int `json:"pvd" xorm:"default 0 comment('0cps 1自营 2会员升级 3拉新') INT(11)"` CoinId int `json:"coin_id" xorm:"default 0 INT(11)"` Date int `json:"date" xorm:"default 0 comment('20240814') INT(11)"` + LastDate int `json:"last_date" xorm:"default 0 comment('20240814') INT(11)"` Oid int64 `json:"oid" xorm:"default 0 comment('20240814') INT(11)"` }