“djh”
2026-02-06 88717f3e96fb853f3dbc3d6e6b3de0ba4ce1f3c5
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;
}