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

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

parent facab61d
......@@ -85,6 +85,18 @@ public class Constant {
}
public static class VCCINFO{
public static final String VCC_TAO_BAO = "VCC_TAO_BAO";
public static final String VCC_HOUSING_FUND = "VCC_HOUSING_FUND";
public static final String VCC_XUE_XIN = "VCC_XUE_XIN";
public static final String VCC_FIVE_INSURANCE = "VCC_FIVE_INSURANCE";
}
public static class BATCH {
public static final int BATCH_SIZE = 1000;
}
......
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