Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.21.10.1^2
zouap 4 years ago
parent
commit
314fc0d15f
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      models/models.go

+ 3
- 1
models/models.go View File

@@ -137,7 +137,9 @@ func init() {
)

tablesStatistic = append(tablesStatistic,
new(FileChunk))
new(FileChunk),
new(UserBusinessAnalysis),
)

gonicNames := []string{"SSL", "UID"}
for _, name := range gonicNames {


Loading…
Cancel
Save