Commit 691cb00f authored by macro's avatar macro
Browse files

Update PmsSkuStockService.java

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