Update EsProduct.java

This commit is contained in:
macro
2020-10-11 14:32:24 +08:00
parent cc343b9b46
commit 107b190e48

View File

@@ -10,7 +10,7 @@ import java.math.BigDecimal;
import java.util.List;
/**
* 搜索中的商品信息
* 搜索商品信息
* Created by macro on 2018/6/19.
*/
@Document(indexName = "pms", type = "product",shards = 1,replicas = 0)