智慧保安后台管理-外网项目备份
钟日健
2026-05-20 6d393fe68d85c560b7dfb59d28503668f3dffcb1
src/main/java/org/springblade/modules/exam/vo/UpdateParamVo.java
@@ -4,8 +4,14 @@
import java.io.Serializable;
/**
 * 考试重置vo
 */
@Data
public class UpdateParamVo implements Serializable {
   private Integer type;
   private Long scoreId;
}