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)"` }