add operation primary realization

This commit is contained in:
granty1
2020-06-29 21:58:53 +08:00
parent 33340c2eb8
commit ce013d31c2
13 changed files with 556 additions and 20 deletions

View File

@@ -21,6 +21,7 @@ func DBTables() {
model.ExaFile{},
model.ExaFileChunk{},
model.ExaCustomer{},
model.SysOperationRecord{},
)
global.GVA_LOG.Debug("register table success")
}