From 686549ebf89d91ab16651f0c30137c5addbc897f Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Fri, 25 Oct 2024 17:10:58 +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 67b4e7d..2547038 100644 --- a/src/models/service_award_return_flow.go +++ b/src/models/service_award_return_flow.go @@ -21,4 +21,5 @@ type ServiceAwardReturnFlow struct { 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)"` + IsEnd int64 `json:"is_end" xorm:"default 0 comment('20240814') INT(11)"` }