需求56 检查项目设置-》检查类型维护;在check_type表中增加一个parent_id字段用于父行与子行绑定;修改执行科室下拉字典的数据来源

This commit is contained in:
HuangShun
2026-01-30 15:31:01 +08:00
parent 28160e082c
commit 48309fcaa4
2 changed files with 273 additions and 88 deletions

View File

@@ -52,6 +52,9 @@ public class CheckType {
/** 更新时间 */
private LocalDateTime updateTime;
/** 父级ID */
private Long parentId;
/**
* 禁用逻辑删除因为数据库表中没有delete_flag字段
*/