44323
2023-10-11 801600b0b5ae9898cf509258e2afa1973fae1813
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;
}