44323
2023-11-23 acad524bfb7f376c09ff8e6600fab207780156e1
cloud-server-course/src/main/java/com/dsh/course/entity/TCoursePackage.java
@@ -170,11 +170,11 @@
    @TableField("needNum")
    private Integer needNum;
    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss")
    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    @TableField("startTime")
    private Date startTime;
    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss")
    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    @TableField("endTime")
    private Date endTime;
}