From 5676d4b8436f756290ec91e5f40aea6122544f52 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Thu, 10 Oct 2024 18:21:02 +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/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 a54ec36..67b4e7d 100644 --- a/src/models/service_award_return_flow.go +++ b/src/models/service_award_return_flow.go @@ -11,6 +11,7 @@ type ServiceAwardReturnFlow struct { UpdateTime time.Time `json:"update_time" xorm:"DATETIME"` Sum string `json:"sum" xorm:"default 0.0000 comment('总待返') DECIMAL(30,4)"` HasReturnMoney string `json:"has_return_money" xorm:"default 0.0000 comment('已返') DECIMAL(30,4)"` + Price string `json:"price" xorm:"default 0.0000 comment('') DECIMAL(30,4)"` Period int `json:"period" xorm:"default 0 comment('期数') INT(11)"` EveryMoney string `json:"every_money" xorm:"default 0.0000 comment('平均分配金额') DECIMAL(30,4)"` HasPeriod int `json:"has_period" xorm:"default 0 comment('已返期数') INT(11)"`