Update EsProduct.java

This commit is contained in:
macro
2022-06-16 09:23:01 +08:00
parent 331fb393f5
commit df5363a032

View File

@@ -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