优化秒杀活动的管理后台代码

This commit is contained in:
YunaiV
2023-08-12 16:05:47 +08:00
parent be2ee905df
commit 6fdd4da0b3
20 changed files with 183 additions and 209 deletions

View File

@ -21,4 +21,11 @@ public interface ProductSpuApi {
*/
List<ProductSpuRespDTO> getSpuList(Collection<Long> ids);
/**
* 获得 SPU
*
* @return SPU
*/
ProductSpuRespDTO getSpu(Long id);
}