智慧保安后台管理-外网项目备份
Administrator
2021-12-15 8d43111bd0e598bc0b2014cbfa69a32e74959dff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package org.springblade.modules.exam.vo;
 
import lombok.Data;
 
import java.io.Serializable;
 
/**
 * 考试重置vo
 */
@Data
public class UpdateParamVo implements Serializable {
 
    private Integer type;
 
    private Long scoreId;
 
}