Pu Zhibing
2025-02-28 315c07aa4f70fa26143076f462ed0e6a44238bfa
ruoyi-modules/ruoyi-shop/src/main/java/com/ruoyi/shop/service/shop/ShopRelUserService.java
@@ -27,4 +27,17 @@
     * @return
     */
    List<ShopRelUser> listByShopId(Long shopId);
    /**
     *
     * @param userId
     * @return
     */
    ShopRelUser getByUserId(Long userId);
    /**
     * 通过用户id删除关联
     * @param userId
     */
    void deleteByUserId(Long userId);
}