MrShi
2024-10-25 de76f9f6d15f4e0688b961452d180b94d4cdded3
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();
}