1.修改主题网站topic从码表中获取
This commit is contained in:
@@ -33,7 +33,7 @@ public class AppTopicDomainCfg extends BaseCfg<AppTopicDomainCfg> {
|
||||
private String domain;
|
||||
private String cfgKeywords;
|
||||
private String appName;
|
||||
private Integer topic;
|
||||
private String topic;
|
||||
|
||||
@Expose
|
||||
@ExcelField(title="expression_type")
|
||||
@@ -51,11 +51,11 @@ public class AppTopicDomainCfg extends BaseCfg<AppTopicDomainCfg> {
|
||||
protected Integer isHexbin;
|
||||
|
||||
|
||||
public Integer getTopic() {
|
||||
public String getTopic() {
|
||||
return topic;
|
||||
}
|
||||
|
||||
public void setTopic(Integer topic) {
|
||||
public void setTopic(String topic) {
|
||||
this.topic = topic;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user