heheng
6 days ago 3134991a6c9315421ff3d4b3b4f1bd76bb5dbdc9
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;
}