1
chenye
2023-07-11 f975b6d0832b447654aaf2372ce72f71ebb7f095
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);
}