考试申请字段新增。
This commit is contained in:
parent
33a85dfd0c
commit
502f13c158
@ -45,7 +45,7 @@ public class ExamApplyDTO {
|
||||
private Integer userStatus;
|
||||
@ApiModelProperty(name = "checkStatus", value = "考试申请审核状态。0:未审核,1:审核通过,2:审核驳回")
|
||||
private Integer checkStatus;
|
||||
@ApiModelProperty(name = "examType", value = "考试类型。1:理论,2:实操")
|
||||
@ApiModelProperty(name = "examType", value = "考试类型。1:理论,2:实操,3:理论加实操")
|
||||
private Integer examType;
|
||||
@ApiModelProperty(name = "classPlanDTO", value = "考试基本信息")
|
||||
private ClassPlanDTO classPlanDTO;
|
||||
|
@ -50,7 +50,7 @@ public class ExamApplyVO {
|
||||
private Integer userStatus;
|
||||
@ApiModelProperty(name = "checkStatus", value = "考试申请审核状态。0:未审核,1:审核通过,2:审核驳回")
|
||||
private Integer checkStatus;
|
||||
@ApiModelProperty(name = "examType", value = "考试类型。1:理论,2:实操")
|
||||
@ApiModelProperty(name = "examType", value = "考试类型。1:理论,2:实操,3:理论加实操")
|
||||
private Integer examType;
|
||||
@ApiModelProperty(name = "reason", value = "审核原因")
|
||||
private String reason;
|
||||
|
Loading…
Reference in New Issue
Block a user