ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/vo/AuctionGoodsinfoVO.java
@@ -10,6 +10,8 @@ import java.math.BigDecimal; import java.time.LocalDateTime; import java.util.List; @Data public class AuctionGoodsinfoVO { @@ -107,7 +109,7 @@ @ApiModelProperty(value = "实名认证 0=不需实名 1=需要实名") @JsonInclude(JsonInclude.Include.ALWAYS) private AuthenticationEnum authentication; private Integer authentication; @ApiModelProperty("是否报名 1未报名,2 已报名") @JsonInclude(JsonInclude.Include.ALWAYS) @@ -150,4 +152,8 @@ @ApiModelProperty(value = "保证金") private BigDecimal bond; @ApiModelProperty(value = "商品信息") List<getHomeGoodsSkuXxiVO> xxiVOS; }