多租户调整

This commit is contained in:
kerwincui
2022-06-05 00:18:29 +08:00
parent 3fea5132ce
commit 6e0becee7c
6 changed files with 27 additions and 9 deletions

View File

@@ -35,10 +35,10 @@ public interface ProductMapper
/**
* 查询产品简短列表
*
* @param userId 用户ID
* @param product 产品
* @return 产品集合
*/
public List<IdAndName> selectProductShortList(Long userId);
public List<IdAndName> selectProductShortList(Product product);
/**
* 新增产品