Commit 0d2e9dd3 by huluobin

update

parent 65c593af
package com.gogirl.shared.store.query.dto; package com.gogirl.shared.store.query.dto;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data; import lombok.Data;
import java.util.Date; import java.util.Date;
...@@ -12,12 +13,14 @@ public class TrainingStartClassDTO { ...@@ -12,12 +13,14 @@ public class TrainingStartClassDTO {
private String lecturer; private String lecturer;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date time; private Date time;
private Integer duration; private Integer duration;
private Integer status; private Integer status;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date createTime; private Date createTime;
private TrainingCourseDTO trainingCourseDTO; private TrainingCourseDTO trainingCourseDTO;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment