chengf
2026-02-06 49158a77cb676a15bebe1be5507e18e5a30c1fa5
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/demo/contract/entity/SemanticWord.java
@@ -9,6 +9,7 @@
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;
@@ -165,4 +166,12 @@
    @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;
}