需求56 检查项目设置-》检查类型维护;在check_type表中增加一个parent_id字段用于父行与子行绑定;修改执行科室下拉字典的数据来源
This commit is contained in:
@@ -52,6 +52,9 @@ public class CheckType {
|
||||
/** 更新时间 */
|
||||
private LocalDateTime updateTime;
|
||||
|
||||
/** 父级ID */
|
||||
private Long parentId;
|
||||
|
||||
/**
|
||||
* 禁用逻辑删除,因为数据库表中没有delete_flag字段
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user