修改ID类型

master
xiaoCJ 9 months ago
parent 3d634f432d
commit 3480b76a73

@ -15,7 +15,7 @@ public class DocInfo extends BiemoEntity {
private static final long serialVersionUID = 1L;
@EsId
private Object id;
private String id;
@FieldInfo(type = "string",participle = 3)
private String title;
//文档类别 1:新闻、2:公众号

Loading…
Cancel
Save