Authored by mali

批量导入商品接口

... ... @@ -663,6 +663,8 @@ public static void main(String[] args) {
}
bo1.setSeriesId(stringIntegerMap1.get(bo.getSeriesName().trim()));
} else {
bo1.setSeriesId(0);
}
List<Integer> sizeIdList = new ArrayList<>();
... ...