puzhibing
2024-03-25 1eed180f9c2bf73130ddcab66d25e6a641660ff0
cloud-server-course/src/main/java/com/dsh/course/entity/CourseCounsum.java
@@ -25,6 +25,8 @@
    @TableField("paymentId")
    Long paymentId;
    @TableField("insertTime")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm",timezone = "GMT+8")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    Date insertTime;
    @TableField("appUserId")
    Integer appUserId;
}