liujie
2025-09-01 dec64d47a9a3a3cc133afdf5141744d90fcb49b4
cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/model/WorldCupListCoachVo.java
@@ -23,4 +23,8 @@
    private Integer status;
    private String lon;
    private String lat;
    private Double distance;
    @ApiModelProperty("1智慧赛事 2非智慧赛事")
    private Integer type;
    private Integer nowNum=0;
}