xiaoyong931011
2021-03-03 f45eff2b375d45668bb2e9253b4faec2f04d39b9
src/main/java/com/xcong/excoin/modules/documentary/vo/TradeSetInfoVo.java
@@ -1,12 +1,14 @@
package com.xcong.excoin.modules.documentary.vo;
import java.util.List;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@Data
@ApiModel(value = "TradeSetInfoVo", description = "返回类")
public class TradeSetInfoVo {
public class TradeSetInfoVo<FollowTraderLabelEntity> {
   
    @ApiModelProperty(value = "交易员ID")
    private Long tradeId;
@@ -24,7 +26,7 @@
   private String declaration;
   
   @ApiModelProperty("标签")
   private String labels;
   private List<FollowTraderLabelEntity> FollowTraderLabelEntitys;