heheng
2025-08-01 75960d6e223f8cab9ceb489f6b89f5f08c6db62a
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;
}