| | |
| | | @Field(index = true,type = FieldType.Long) |
| | | private Long ctId; |
| | | |
| | | /**** es中对应的数据所属家庭id*/ |
| | | @Field(index = true,type = FieldType.Long) |
| | | private Long fid; |
| | | |
| | | /**** es中业务数据 对应的业务数据库表名称*/ |
| | | @Field(type = FieldType.Text,analyzer = "ik_max_word") |
| | | private String ctTableName; |
| | |
| | | @Field(type = FieldType.Text,analyzer = "ik_max_word") |
| | | private String by5; |
| | | |
| | | /** 备用6 */ |
| | | @Field(index = true,type = FieldType.Text,analyzer = "ik_max_word") |
| | | private String by6; |
| | | |
| | | /** 备用6 */ |
| | | @Field(index = true,type = FieldType.Text,analyzer = "ik_max_word") |
| | | private String by7; |
| | | |
| | | |
| | | |
| | | |
| | | } |