heheng
2026-02-10 d0191ea7bc8c25aed57168de6ceffa284c072f36
multi-system/src/main/java/com/gkhy/exam/system/domain/StandardizedTemplate.java
@@ -100,4 +100,9 @@
    @TableField("top_time")
    private LocalDateTime topTime;
    @ApiModelProperty(value = "范围1单个,2全部")
    @TableField(exist = false)
    private Integer scope;
}