智慧保安后台管理-外网
tangzy
2021-11-30 bb72c40ff327fc6a7a1b3a96e0589507711f0cdf
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;
}