|
@@ -1,6 +1,7 @@
|
|
|
package com.fire.es;
|
|
|
|
|
|
|
|
|
+import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
|
import org.springframework.data.annotation.Id;
|
|
@@ -10,6 +11,7 @@ import java.util.Date;
|
|
|
|
|
|
@Data
|
|
|
@Document(indexName = "flow_order_info", shards = 3)
|
|
|
+@JsonIgnoreProperties(ignoreUnknown = true)
|
|
|
public class OrderEsDto {
|
|
|
/**
|
|
|
* 订单ID
|