"eladmin-common/src/main/vscode:/vscode.git/clone" did not exist on "c75b52e15bd1f7e3c989ed79ab6520d0ecbacb8c"
Commit 691cb00f authored by macro's avatar macro
Browse files

Update PmsSkuStockService.java

parent 175fdb9d
...@@ -10,7 +10,7 @@ import java.util.List; ...@@ -10,7 +10,7 @@ import java.util.List;
*/ */
public interface PmsSkuStockService { public interface PmsSkuStockService {
/** /**
* 根据产品idskuCode模糊搜索 * 根据产品idskuCode关键字模糊搜索
*/ */
List<PmsSkuStock> getList(Long pid, String keyword); List<PmsSkuStock> getList(Long pid, String keyword);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment