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

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

parent ae900edf
......@@ -19,4 +19,16 @@ public class ThirdPartyInfoService {
}
public static List<KeyPartnerDataRow> get(String uuid, String type){
return KeyPartnerDataService.get(uuid, type);
}
public static KeyPartnerDataRow getLast(String uuid, String type){
return KeyPartnerDataService.getLast(uuid, type);
}
}
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