zhibing.pu
2024-07-24 c493d7d249a2b80555d64470a7f6112dd979d6fc
cloud-server-course/src/main/java/com/dsh/course/model/RegisterOrderVO.java
@@ -39,7 +39,7 @@
    private String payUser;
    private String phone;
    // 学员id
    private Integer studentId;
    private String studentIds;
    private String payStudent;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date insertTime;