迁移完成商品搜索的插入

This commit is contained in:
YunaiV
2020-07-31 00:33:20 +08:00
parent 981b3d87e2
commit 0252bd0f0b
26 changed files with 317 additions and 270 deletions

View File

@@ -0,0 +1 @@
package cn.iocoder.mall.searchservice.rpc;

View File

@@ -0,0 +1,7 @@
package cn.iocoder.mall.searchservice.rpc.product;
/**
* 商品搜索 RPC 接口
*/
public interface SearchProductRpc {
}