添加店铺初始化支付方式
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user