feige
2023-12-11 fba5960f0ebcc3c652a04ad7c34cc37908195077
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();
    }
    /**
     * 获取导入模板
     */