From a351fb4a45835cfbdb5282523445a4ba7d839958 Mon Sep 17 00:00:00 2001 From: zhangxin Date: Mon, 16 Aug 2021 10:09:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/base/ProcessDependOn.model.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/base/ProcessDependOn.model.go b/models/base/ProcessDependOn.model.go index 15146cb..254596a 100644 --- a/models/base/ProcessDependOn.model.go +++ b/models/base/ProcessDependOn.model.go @@ -26,7 +26,7 @@ type ProcessDependOn struct { Pos int `xorm:"pk int 'Pos'" json:"ProcessDependOn-Pos"` DependPO int `xorm:"int 'DependPO' not null" json:"ProcessDependOn-DependPO"` DependStepNo int `xorm:"int 'DependStepNo' not null" json:"ProcessDependOn-DependStepNo"` - DependRuleId string `xorm:"int 'DependRuleId' not null" json:"ProcessDependOn-DependRuleId"` + DependRuleId int `xorm:"int 'DependRuleId' not null" json:"ProcessDependOn-DependRuleId"` DependValue1 int `xorm:"int 'DependValue1' not null" json:"ProcessDependOn-DependValue1"` DependValue2 string `xorm:"nvarchar(40) 'DependValue2' not null" json:"ProcessDependOn-DependValue2"` CtrlPara1 string `xorm:"nvarchar(40) 'CtrlPara1' not null" json:"ProcessDependOn-CtrlPara1"`