Commit e9fa9973 authored by tianyiming's avatar tianyiming

refactor: 修改设备信息实体类中字段类型

parent e458f1cc
......@@ -32,7 +32,7 @@ public class ESEquipmentInfo {
/**
* 管辖机构名称
*/
@Field(type = FieldType.Text)
@Field(type = FieldType.Keyword)
private String ORG_BRANCH_NAME;
/**
......@@ -44,7 +44,7 @@ public class ESEquipmentInfo {
/**
* 使用单位名称
*/
@Field(type = FieldType.Text)
@Field(type = FieldType.Keyword)
private String USE_UNIT_NAME;
/**
......@@ -189,7 +189,7 @@ public class ESEquipmentInfo {
/**
* 制造单位名称
*/
@Field(type = FieldType.Text)
@Field(type = FieldType.Keyword)
private String PRODUCE_UNIT_NAME;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment