Skip to content

Commit

Permalink
Update PmsProductService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Feb 20, 2024
1 parent 33f1226 commit 831851d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public interface PmsProductService {
int create(PmsProductParam productParam);

/**
* 根据商品编号获取更新信息
* 根据商品ID获取商品信息(用于更新商品)
*/
PmsProductResult getUpdateInfo(Long id);

Expand Down

0 comments on commit 831851d

Please sign in to comment.