Update PmsBrandService.java

This commit is contained in:
macro 2021-01-19 20:36:36 +08:00
parent 8439170d45
commit d603e0c238

View File

@ -43,7 +43,7 @@ public interface PmsBrandService {
List<PmsBrand> listBrand(String keyword, int pageNum, int pageSize);
/**
* 获取品牌
* 获取品牌详情
*/
PmsBrand getBrand(Long id);