| | |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | import org.jeecgframework.poi.excel.annotation.Excel; |
| | | import io.swagger.v3.oas.annotations.media.Schema; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | @Excel(name = "掉词记录数", width = 15) |
| | | @Schema(description = "掉词记录数") |
| | | private java.lang.String count; |
| | | |
| | | @Excel(name = "大类", width = 15) |
| | | @Schema(description = "大类") |
| | | private java.lang.String categoryOne; |
| | | |
| | | @Excel(name = "品牌", width = 15) |
| | | @Schema(description = "品牌") |
| | | private java.lang.String brand; |
| | | } |