1.
phpcjl
2024-12-10 e3c9bc3a6aa412cbc8682f845796e29cced0a66c
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/TechnicianMapper.java
@@ -17,7 +17,7 @@
 */
public interface TechnicianMapper extends BaseMapper<Technician> {
    List<TechnicianVO> selectTechnicianListByShopId(Long shopId);
    List<TechnicianVO> selectTechnicianListByShopId(Long shopId, String name);
    TechnicianDetailVO selectTechnicianDetail(Long technicianId);