xuhy
7 天以前 13a3236249d21e1ed1a0f1e8ae20a29d6bf3913a
ruoyi-system/src/main/java/com/ruoyi/system/service/TBoardService.java
@@ -13,4 +13,9 @@
 */
public interface TBoardService extends IService<TBoard> {
    /**
     * 根据店铺id删除
     * @param shopId
     */
    void deleteByShopId(Long shopId);
}