liuleilei
2024-10-28 4065ddbe4082ecdbb70167e8ff4d843ce3195f02
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();
}