Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 418fb55

Browse files
author
YuleiLan
committed
update models.
1 parent 738c178 commit 418fb55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎models/process/workOrder.go‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ type WorkOrderInfo struct {
1616
Process int `gorm:"column:process; type:int(11)" json:"process" form:"process"` // 流程ID
1717
Classify int `gorm:"column:classify; type:int(11)" json:"classify" form:"classify"` // 分类ID
1818
IsEnd int `gorm:"column:is_end; type:int(11); default:0" json:"is_end" form:"is_end"` // 是否结束, 0 未结束,1 已结束
19+
IsDenied int `gorm:"column:is_denied; type:int(11); default:0" json:"is_denied" form:"is_denied"` // 是否被拒绝, 0 没有,1 有
1920
State json.RawMessage `gorm:"column:state; type:json" json:"state" form:"state"` // 状态信息
2021
RelatedPerson json.RawMessage `gorm:"column:related_person; type:json" json:"related_person" form:"related_person"` // 工单所有处理人
2122
Creator int `gorm:"column:creator; type:int(11)" json:"creator" form:"creator"` // 创建人

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /