Commit facab61d authored by data爬虫-冯 军凯's avatar data爬虫-冯 军凯

添加保存VCC导入的淘宝/公积金/学信/社保接口

parent 948dfb34
......@@ -5,7 +5,7 @@
<groupId>cn.quantgroup</groupId>
<artifactId>qg-data-service</artifactId>
<version>1.2.7-SNAPSHOT</version>
<version>1.2.9-SNAPSHOT</version>
<packaging>jar</packaging>
<name>qg-data-service</name>
......
package cn.quantgroup.qgdataservice.service.hbase;
import com.lkb.data.hbase.dataservice.KeyPartnerDataService;
import com.lkb.data.hbase.row.KeyPartnerDataRow;
import java.util.List;
/**
* 暂针对VCC导入的淘宝/公积金/学信/社保信息存储
*
* @Author fengjunkai
* @Date 2019-08-09 11:21
*/
public class ThirdPartyInfoService {
public static void storageVccInfoItem(List<KeyPartnerDataRow> keyPartnerDataRows){
KeyPartnerDataService.put(keyPartnerDataRows);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment