소스 검색

标讯数据操作

WH01243 1 년 전
부모
커밋
f11bca7e0b
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      service/exprot.go

+ 3 - 0
service/exprot.go

@@ -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{}{}