通知中心接口修改
This commit is contained in:
@@ -70,7 +70,7 @@ public interface ShopVendorService extends IService<ShopVendor> {
|
||||
* @param shopId 店铺id
|
||||
* @return 账单
|
||||
*/
|
||||
Page<ShopVendorBillVO> billList(Long shopId);
|
||||
Page<ShopVendorBillVO> billList(Long shopId, String key);
|
||||
|
||||
/**
|
||||
* 账单记录明细
|
||||
@@ -79,7 +79,7 @@ public interface ShopVendorService extends IService<ShopVendor> {
|
||||
* @param vendorId 供应商id
|
||||
* @return 分页
|
||||
*/
|
||||
Page<ShopVendorBillRecordVO> billRecord(Long shopId, Integer vendorId);
|
||||
Page<ShopVendorBillRecordVO> billRecord(Long shopId, Integer vendorId, String key);
|
||||
|
||||
/**
|
||||
* 账单付款
|
||||
|
||||
Reference in New Issue
Block a user