Merge remote-tracking branch 'origin/master'

This commit is contained in:
Tankaikai
2025-02-28 17:37:35 +08:00
8 changed files with 64 additions and 16 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);