44323
2023-10-16 956839a7df0324bd07bc1fdea1b1b273210f9806
cloud-server-account/src/main/java/com/dsh/account/model/StudentVo.java
@@ -17,4 +17,6 @@
    private String phone;
    @ApiModelProperty("学员年龄")
    private Integer age;
    @ApiModelProperty("学员姓名")
    private String name;
}