Commit 831851d8 authored by macro's avatar macro
Browse files

Update PmsProductService.java

parent 33f1226b
...@@ -22,7 +22,7 @@ public interface PmsProductService { ...@@ -22,7 +22,7 @@ public interface PmsProductService {
int create(PmsProductParam productParam); int create(PmsProductParam productParam);
/** /**
* 根据商品编号获取更新信息 * 根据商品ID获取商品信息(用于更新商品)
*/ */
PmsProductResult getUpdateInfo(Long id); PmsProductResult getUpdateInfo(Long id);
......
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