|
|
|
@ -31,6 +31,7 @@ public class TaskSelfexaminationProblemVo { |
|
|
|
// 具体情况
|
|
|
|
// 具体情况
|
|
|
|
private String detail; |
|
|
|
private String detail; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private String distributionState; |
|
|
|
|
|
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm") |
|
|
|
private LocalDateTime createTime; |
|
|
|
private LocalDateTime createTime; |
|
|
|
|