puzhibing
2024-03-12 b28d69f6cba1a7aed03fd9c07a14693281f9a9a0
cloud-server-account/src/main/java/com/dsh/account/model/Student.java
@@ -70,4 +70,9 @@
     * 是否默认 1默认 2不是默认
     */
    private Integer isDefault;
    /**
     * 所有课时有效期
     */
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date validity;
}