代码初始化
This commit is contained in:
19
consts/public/collections.go
Normal file
19
consts/public/collections.go
Normal file
@@ -0,0 +1,19 @@
|
||||
package public
|
||||
|
||||
// PostgreSQL表名常量
|
||||
const (
|
||||
ApiInterfaceTable = "cid_api_interface" // 接口管理表
|
||||
CidAccountReportDetailTable = "cid_account_report_detail" // 广告账户数据明细表
|
||||
CidAccountReportSumTable = "cid_account_report_sum" // 广告账户数据汇总表
|
||||
FieldMappingConfigTable = "field_mapping_config" // 字段映射表
|
||||
DatasourcePlatformTable = "datasource_platform" // 数据源平台表
|
||||
TaskReportTable = "task_report" // 调控任务数据表
|
||||
PopulationReportTable = "population_report" // 人群报表表
|
||||
MaterialReportTable = "material_report" // 素材报表表
|
||||
StorewideReportSumTable = "storewide_report_sum" // 全站数据sum表
|
||||
StorewideReportDetailTable = "storewide_report_detail" // 全站数据detail表
|
||||
CreativeReportSumTable = "creative_report_sum" // 广告创意数据sum表
|
||||
CreativeReportDetailTable = "creative_report_detail" // 广告创意数据detail表
|
||||
UnitReportSumTable = "unit_report_sum" // 广告创意数据detail表
|
||||
UnitReportDetailTable = "unit_report_detail" // 广告创意数据detail表
|
||||
)
|
||||
Reference in New Issue
Block a user