|
@@ -21,6 +21,7 @@ type ExportReq struct {
|
|
|
PositionId int64
|
|
|
}
|
|
|
|
|
|
+// 全量项目导出
|
|
|
func (a *ExportReq) AllProjectExport() {
|
|
|
tableColumn := []string{}
|
|
|
exportKey := []interface{}{}
|
|
@@ -44,6 +45,8 @@ func (a *ExportReq) AllProjectExport() {
|
|
|
})
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+// 全量资讯导出
|
|
|
func (a *ExportReq) AllInfoExport() {
|
|
|
tableColumn := []string{}
|
|
|
exportKey := []interface{}{}
|