puzhibing
2024-03-06 b79d17d163a1f162190cb46d881ab1fd5957c602
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;
}