Pu Zhibing
2025-06-19 546be8a1bafdfc804575a8d07a5d9f2306c29c42
ruoyi-modules/ruoyi-shop/src/main/java/com/ruoyi/shop/service/shop/ShopRelUserService.java
@@ -34,4 +34,10 @@
     * @return
     */
    ShopRelUser getByUserId(Long userId);
    /**
     * 通过用户id删除关联
     * @param userId
     */
    void deleteByUserId(Long userId);
}