|
|
@ -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"` |
|
|
|