智慧保安后台管理-外网项目备份
钟日健
2022-03-17 f12960b94d949778001004c7af68ced0c3a3f28d
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;
}