src/main/java/com/xcong/excoin/modules/documentary/vo/FollowTraderProfitInfoVo.java
@@ -1,8 +1,10 @@ package com.xcong.excoin.modules.documentary.vo; import java.math.BigDecimal; import java.util.List; import com.xcong.excoin.common.system.base.BaseEntity; import com.xcong.excoin.modules.documentary.entity.FollowTraderLabelEntity; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; @@ -72,6 +74,11 @@ */ @ApiModelProperty("宣言") private String declaration; /** * 标签 */ @ApiModelProperty("标签") private List<FollowTraderLabelEntity> labels; /** * 是否满员 1-是2-否 */