ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/vo/AuctionGoodsinfoVO.java
@@ -53,12 +53,16 @@ @ApiModelProperty(value = "商品说明") @JsonInclude(JsonInclude.Include.ALWAYS) private String explain; @ApiModelProperty(value = "商品介绍") @JsonInclude(JsonInclude.Include.ALWAYS) private String detail; @ApiModelProperty(value = "商品年份") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") @JsonInclude(JsonInclude.Include.ALWAYS) private String years; private LocalDateTime years; @ApiModelProperty(value = "商品分类") @JsonInclude(JsonInclude.Include.ALWAYS)