huanghongfa
2021-07-31 5cc66034f6d2dba30d2132078b2730f1dd4abf86
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComCvtBusinessIntroduceService.java
@@ -17,4 +17,11 @@
     * @param comCvtBusinessIntroduceDOS 参数
     */
    R batchSave(List<ComCvtBusinessIntroduceDO> comCvtBusinessIntroduceDOS);
    /**
     * 查询商家介绍媒体文件集合
     * @param businessId
     * @return
     */
    List<String> getBusinessMediaPaths(Long businessId);
}