活动 传参 shopId

This commit is contained in:
2025-02-28 16:42:56 +08:00
parent 7aa726d0a0
commit 0c8a998006
4 changed files with 9 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ import java.util.List;
*/
public interface ShopActivateService extends IService<ShopActivate> {
List<ShopActivateDTO> getList();
List<ShopActivateDTO> getList(Long shopId);
Boolean add(ShopActivateDTO activateDTO);