Dockerfile
This commit is contained in:
10
consts/public/collections.go
Normal file
10
consts/public/collections.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package public
|
||||
|
||||
// PostgreSQL表名常量
|
||||
const (
|
||||
PlatformTable = "cid_platform" // 平台管理表
|
||||
ApiInterfaceTable = "cid_api_interface" // 接口管理表
|
||||
DataFetchLogTable = "cid_data_fetch_log" // 数据获取日志表
|
||||
DataMappingTable = "cid_data_mapping" // 数据映射表
|
||||
ApplicationTable = "cid_application" // 应用管理表
|
||||
)
|
||||
Reference in New Issue
Block a user