Commit b13b70b5 authored by macro's avatar macro
Browse files

Update PmsSkuStockService.java

parent 691cb00f
...@@ -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