puzhibing
2023-11-25 53e7558400dcacecdce70e39ebfe1727740f9296
cloud-server-account/src/main/java/com/dsh/account/model/vo/classDetails/classInsVo/ClassInfoVo.java
@@ -12,7 +12,7 @@
public class ClassInfoVo {
    @ApiModelProperty(value = "是否有学员信息 (1. 有学员信息  2.没有学员信息)")
    private Integer  isThere;
    private Integer isThere;
    @ApiModelProperty(value = "没有学员信息 对应的banner图")
    private String imgs;