puzhibing
2024-01-30 03f1f3372a10a08f96f3308bfa099e86a55046d0
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);
}