aaa
doum
2026-06-08 3ac279c9df7181c9f21d35a689a321b990b87b22
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();
}