We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738c178 commit 418fb55Copy full SHA for 418fb55
models/process/workOrder.go
@@ -16,6 +16,7 @@ type WorkOrderInfo struct {
16
Process int `gorm:"column:process; type:int(11)" json:"process" form:"process"` // 流程ID
17
Classify int `gorm:"column:classify; type:int(11)" json:"classify" form:"classify"` // 分类ID
18
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 有
20
State json.RawMessage `gorm:"column:state; type:json" json:"state" form:"state"` // 状态信息
21
RelatedPerson json.RawMessage `gorm:"column:related_person; type:json" json:"related_person" form:"related_person"` // 工单所有处理人
22
Creator int `gorm:"column:creator; type:int(11)" json:"creator" form:"creator"` // 创建人
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments