|
@@ -66,8 +66,8 @@ public class TXinyiChatRecord extends BaseEntity
|
|
|
@Excel(name = "是否使用搜索增强", readConverterExp = "0=否,1=是")
|
|
|
private Integer isStrong;
|
|
|
|
|
|
- /** 回复是否满意(0否 1是) */
|
|
|
- @Excel(name = "回复是否满意", readConverterExp = "0=否,1=是")
|
|
|
+ /** 回复是否满意(0否 1是 2默认:既不支持,也不反对) */
|
|
|
+ @Excel(name = "回复是否满意", readConverterExp = "0否 1是 2默认:既不支持,也不反对")
|
|
|
private Integer isSatisfied;
|
|
|
|
|
|
/** 是否中断问答(0否 1是) */
|