jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/demo/contract/entity/SemanticWord.java
@@ -131,6 +131,9 @@ private Contract contract; @TableField(exist = false) private String isDropService; @TableField(exist = false) private List<SemanticWord> semanticWordList; @TableField(exist = false) @@ -158,4 +161,8 @@ @Excel(name = "验收指标", width = 15) @Schema(description = "验收指标") private java.lang.Double acceptindicator; @Excel(name = "掉词记录数", width = 15) @Schema(description = "掉词记录数") private java.lang.String count; }