Update EsProduct.java
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user