Browse Source

上传至社区

xyxie 9 months ago
parent
commit
ce553cdef5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      models/db.go

+ 2 - 0
models/db.go

@@ -32,6 +32,8 @@ func initChart() {
 		new(ChartEdbMapping),
 		new(ChartEdbMapping),
 		new(ChartTheme),
 		new(ChartTheme),
 		new(ChartThemeType),
 		new(ChartThemeType),
+		new(ChartSeries),
+		new(ChartSeriesEdbMapping),
 	)
 	)
 }
 }