Commit ca75b719 authored by macro's avatar macro
Browse files

Update PmsSkuStockService.java

parent dd617ac3
...@@ -10,7 +10,7 @@ import java.util.List; ...@@ -10,7 +10,7 @@ import java.util.List;
*/ */
public interface PmsSkuStockService { public interface PmsSkuStockService {
/** /**
* 根据品id和skuCode关键字模糊搜索 * 根据品id和skuCode关键字模糊搜索
*/ */
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