This commit is contained in:
skjia 2025-08-04 10:13:50 +08:00
parent d1fcb0d4d5
commit 7a4a59d8d9
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ public class HealthPersonInfoController extends BaseController {
List<HealthPersonInfo> list = healthPersonInfoService.selectHealthPersonInfoList(healthPersonInfo);
return getDataTable(list);
}
/**
* 导出人员健康情况列表
*/