failure record

This commit is contained in:
mubai
2025-02-18 14:36:12 +08:00
parent 206cbeeb5b
commit b5b0889abe
9 changed files with 119 additions and 58 deletions

View File

@@ -12,4 +12,6 @@ func TableInIt() {
system.CreateSearchTable()
// 创建图片信息管理表
system.CreateFileTable()
// 创建采集失效记录表
system.CreateFailureRecordTable()
}