src/main/java/com/xcong/excoin/modules/yunding/vo/YdProductVo.java
@@ -68,6 +68,8 @@ */ @ApiModelProperty("上架天数") private Integer shelvesDays; @ApiModelProperty("新上架天数") private String shelvesDaysStr; /** * 单位 @@ -99,6 +101,10 @@ @ApiModelProperty("产品类型 1:期货 2:现货") private Integer typeCoin; @ApiModelProperty("产出规则 1:显示 2:不显示") private Integer getType; /** * 优惠 1:免除电费 */ @@ -126,6 +132,6 @@ @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") private Date endTime; @ApiModelProperty("状态 1-在售 2-售罄") @ApiModelProperty("状态 1-在售 2-售罄 3-未开售") private Integer status; }