Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
2026-02-01 14:51:14 +08:00
3 changed files with 280 additions and 92 deletions

View File

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