feige
2024-10-07 f57c5b200b97a01738ace0cfa06e991ee4c01460
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();
    }
    /**
     * 获取导入模板
     */