phpcjl
2024-12-04 e1c6652ca142519d26d2f8a59d36420170d1161f
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/TechnicianSubscribeService.java
@@ -21,4 +21,7 @@
     */
    List<TechnicianSubscribeVO> getTechnicianSubscribeByUserAndShop(Long userId, Long shopId);
    List<TechnicianSubscribeVO> getTechnicianSubscribeByUser(Long userId, Integer status);
    void subscribe(TechnicianSubscribe technicianSubscribe, Long technicianId);
}