|
|
@@ -35,19 +35,13 @@ public class SysKeyword extends BaseEntity{
|
|
|
private String keywordContent;
|
|
|
|
|
|
/**
|
|
|
- * 关键字类型,字典 keyword_type(1-看课弹幕等)
|
|
|
+ * 关键字类型,字典 keyword_type(1-违禁词 2-敏感词等)
|
|
|
*/
|
|
|
- @Excel(name = "关键字类型", dictType = "keyword_type")
|
|
|
private Integer keywordType;
|
|
|
|
|
|
/** 所属公司 */
|
|
|
- @Excel(name = "所属公司")
|
|
|
private Long companyId;
|
|
|
|
|
|
- /** 备注 */
|
|
|
- @Excel(name = "备注")
|
|
|
- private String remark;
|
|
|
-
|
|
|
@TableField(exist = false)
|
|
|
@Excel(name = "类型名称")
|
|
|
private String typeName;
|
|
|
@@ -56,4 +50,8 @@ public class SysKeyword extends BaseEntity{
|
|
|
@Excel(name = "公司名称")
|
|
|
private String companyName;
|
|
|
|
|
|
+ /** 备注 */
|
|
|
+ @Excel(name = "备注")
|
|
|
+ private String remark;
|
|
|
+
|
|
|
}
|