| | |
| | | package com.ruoyi.goods.controller.management.vo; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.ruoyi.common.core.enums.ListingStatusEnum; |
| | | import com.ruoyi.goods.controller.management.dto.GoodsInfoTitleValueDTO; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import java.io.Serializable; |
| | | import java.math.BigDecimal; |
| | | import java.time.LocalDateTime; |
| | | import java.util.List; |
| | | import lombok.Data; |
| | | |
| | |
| | | private String skuName; |
| | | |
| | | @ApiModelProperty(value = "商品年份") |
| | | private String years; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private LocalDateTime years; |
| | | |
| | | @ApiModelProperty(value = "商品分类id") |
| | | private Long categoryId; |