Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/537/head
zouap 3 years ago
parent
commit
3c57dcd690
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