|
@@ -69,6 +69,11 @@ public class TransactionESDto {
|
|
|
@Field(type = FieldType.Long)
|
|
|
private Long operatorId;
|
|
|
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "操作人名称")
|
|
|
+ @Field(type = FieldType.Keyword)
|
|
|
+ private String operatorName;
|
|
|
+
|
|
|
@ApiModelProperty(value = "客户/供应商名称")
|
|
|
@MultiField(
|
|
|
mainField = @Field(type=FieldType.Text, analyzer = "ik_max_word"),
|