智慧保安后台管理-外网
钟日健
2022-02-24 ab3024e6f8a3bc765bee326bf90afc07391ae449
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;
}