src/main/java/com/mindskip/xzs/domain/vo/ExamTemplatesVO.java
@@ -16,7 +16,7 @@ private String name; @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") private Date ctime; private LocalDateTime now; @@ -46,6 +46,6 @@ /** * 时间周期 */ private List<LocalDateTime> period; private List<String> period; }