无关风月
2025-04-16 c2d59caac4e8a874adf1488e4b1a6f417d168ceb
cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/model/PaymentWorldCup.java
@@ -15,5 +15,7 @@
    private Integer id;
    @ApiModelProperty(value = "支付方式(1=微信,2=支付宝,3=玩湃币,4=课时)")
    private Integer payType;
    @ApiModelProperty(value = "参赛人员")
    @ApiModelProperty(value = "参赛人员id[{\"id\":123,\"isStudent\":1},{\"id\":222,\"isStudent\":0}]", required = true, dataType = "String")
    private String ids;
    private Integer uid;
}