yidun送检功能
This commit is contained in:
8
consts/dataengine/table.go
Normal file
8
consts/dataengine/table.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package dataengine
|
||||
|
||||
// PostgreSQL表名常量
|
||||
const (
|
||||
TencentImageTable = "tencent_image" // 图片送检表
|
||||
TencentVideoTable = "tencent_video" // 视频送检表
|
||||
TencentContentCheckLogTable = "tencent_content_check_log" // 送检日志表
|
||||
)
|
||||
Reference in New Issue
Block a user