parent
b68b576b8c
commit
a5d404a025
@ -0,0 +1,16 @@
|
|||||||
|
package cn.teammodel.model.dto.admin.exam;
|
||||||
|
|
||||||
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class FindByStudentDto {
|
||||||
|
@ApiModelProperty("该活动唯一ID")
|
||||||
|
private String id;
|
||||||
|
@ApiModelProperty("学校编码")
|
||||||
|
private String code;
|
||||||
|
@ApiModelProperty("学生ID")
|
||||||
|
private String studentId;
|
||||||
|
@ApiModelProperty("原本活动的完成code,在返回的列表数据中应该有类似Exam-hbcn的字段")
|
||||||
|
private String scode;
|
||||||
|
}
|
Loading…
Reference in new issue