heheng
2025-07-16 2aa7c2826451e769b2872934fcec4fbf7445299f
multi-system/src/main/java/com/gkhy/exam/system/domain/InternalAuditCheck.java
@@ -86,5 +86,9 @@
    @TableField("update_time")
    private LocalDateTime updateTime;
    @ApiModelProperty("部门名称")
    @TableField(exist = false)
    private String deptName;
}