调整初始化数据

This commit is contained in:
pixel
2020-11-17 18:05:22 +08:00
parent 8f221b6b0b
commit 5bb840c1ce
3 changed files with 17 additions and 6 deletions

View File

@@ -44,6 +44,11 @@ func InitMysqlTables(db *gorm.DB) {
model.SysDictionaryDetail{},
model.SysBaseMenuParameter{},
model.ExaFileUploadAndDownload{},
model.WorkflowProcess{},
model.WorkflowNode{},
model.WorkflowEdge{},
model.WorkflowStartPoint{},
model.WorkflowEndPoint{},
)
if err != nil {
color.Warn.Printf("[Mysql]-->初始化数据表失败,err: %v\n", err)