zqy
2025-01-12 b986a6e8c0c564ed7a62ec53c0b96df442bbf525
ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZfDoctorController.java
@@ -46,6 +46,11 @@
        return zfDoctorService.selectDoctorList(zfDoctor, pageNum, pageSize);
    }
    @GetMapping("/type")
    public AjaxResult listType(){
        return zfDoctorService.listType();
    }
    /**
     * 获取导入模板
     */