添加店铺初始化支付方式

This commit is contained in:
张松
2025-03-24 21:24:06 +08:00
parent 6c0b731be7
commit 6d866f4116
4 changed files with 13 additions and 4 deletions

View File

@@ -19,4 +19,6 @@ public interface ShopPayTypeService extends IService<ShopPayType> {
Boolean add(Long shopId, ShopPayType shopPayType);
Boolean edit(Long shopId, ShopPayTypeDTO shopPayTypeDTO);
void addInfo(Long shopId);
}