完成消息待办和补充安全教育接口
This commit is contained in:
@ -90,4 +90,7 @@ public class WgzAppGetMessageListRes implements Serializable {
|
||||
|
||||
@ApiModelProperty("其它·请假·请假时间")
|
||||
private LocalDateTime qjLeaveTime;
|
||||
|
||||
@ApiModelProperty("其它·请假·请假时间")
|
||||
private String isOperation;
|
||||
}
|
||||
|
||||
@ -32,6 +32,6 @@ public class WgzAppSubmitATestPaperRes implements Serializable {
|
||||
@ApiModelProperty("答对题数")
|
||||
private Integer number;
|
||||
|
||||
@ApiModelProperty("试卷")
|
||||
private String pdfStr;
|
||||
// @ApiModelProperty("试卷")
|
||||
// private String pdfStr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user