Commit 944005cb authored by macro's avatar macro
Browse files

Update EsProduct.java

parent 6900704e
...@@ -16,7 +16,7 @@ import java.util.List; ...@@ -16,7 +16,7 @@ import java.util.List;
* Created by macro on 2018/6/19. * Created by macro on 2018/6/19.
*/ */
@Data @Data
@EqualsAndHashCode(callSuper = false) @EqualsAndHashCode
@Document(indexName = "pms", type = "product",shards = 1,replicas = 0) @Document(indexName = "pms", type = "product",shards = 1,replicas = 0)
public class EsProduct implements Serializable { public class EsProduct implements Serializable {
private static final long serialVersionUID = -1L; private static final long serialVersionUID = -1L;
......
Supports Markdown
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