| | |
| | | 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;
|
| | |
| | | */
|
| | | @ApiModelProperty("宣言")
|
| | | private String declaration;
|
| | | /**
|
| | | * 标签
|
| | | */
|
| | | @ApiModelProperty("标签")
|
| | | private List<FollowTraderLabelEntity> labels;
|
| | | /**
|
| | | * 是否满员 1-是2-否
|
| | | */
|
| | | @ApiModelProperty("是否满员 1-是2-否")
|
| | | private Integer isAll;
|
| | | /**
|
| | | * 是否开启带单 1是2否
|
| | | * 跟单状态 1:已跟单2:未跟单
|
| | | */
|
| | | @ApiModelProperty("是否开启带单 1是2否")
|
| | | private Integer isOpen;
|
| | | @ApiModelProperty("跟单状态 1:已跟单2:未跟单")
|
| | | private Integer documentaryType;
|
| | | |
| | | /**
|
| | | * 最大跟单人数
|
| | | */
|
| | | @ApiModelProperty("最大跟单人数")
|
| | | private Integer followNum;
|
| | | |
| | | /**
|
| | | * 当前跟单人数
|
| | | */
|
| | | @ApiModelProperty("当前跟单人数")
|
| | | private Integer followNumNow;
|
| | |
|
| | | }
|