Update EsProduct.java
This commit is contained in:
@@ -17,7 +17,7 @@ import java.util.List;
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode
|
||||
@Document(indexName = "pms", type = "product",shards = 1,replicas = 0)
|
||||
@Document(indexName = "pms",shards = 1,replicas = 0)
|
||||
public class EsProduct implements Serializable {
|
||||
private static final long serialVersionUID = -1L;
|
||||
@Id
|
||||
|
||||
Reference in New Issue
Block a user