Browse Source

修改字段类型

pull/66/head
zhangxin 3 years ago
parent
commit
a351fb4a45
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      models/base/ProcessDependOn.model.go

+ 1
- 1
models/base/ProcessDependOn.model.go View File

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


Loading…
Cancel
Save