完善检查项目模块

This commit is contained in:
lxd 2024-07-24 19:21:11 +08:00
parent 6381043a77
commit c226139fd4
2 changed files with 1 additions and 1 deletions
yudao-module-system/yudao-module-system-biz/src/main
java/cn/iocoder/yudao/module/system/controller/admin/doctor
resources/mapper/doctor

View File

@ -34,7 +34,7 @@ import javax.validation.Valid;
@Tag(name = "管理后台 - 医生管理")
@RestController
@RequestMapping("/doctor/")
@RequestMapping("/mapper/doctor/")
@Validated
public class DoctorController {