1
MrShi
2024-10-25 1e943f08399e5d04a63580622080ebbb09d138bc
server/service/src/main/java/com/doumee/service/business/GoodsService.java
@@ -111,6 +111,7 @@
    long count(Goods goods);
    Integer importBatch(MultipartFile file);
    Integer importBatchImg(MultipartFile file);
    String h5Image();
@@ -123,4 +124,7 @@
    List<Goods> findListForH5(GoodsRequest goodsRequest);
    Integer createPlat(GoodCreatePlatRequest param);
    void openSyncSwitch();
}