余额列表接口

This commit is contained in:
张松
2025-09-26 15:07:40 +08:00
parent 9c44754b58
commit 70b8a5e9cc
3 changed files with 12 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ import java.util.List;
public interface MkShopRechargeService extends IService<MkShopRecharge> {
MkShopRechargeVO detail(Long shopId);
MkShopRechargeVO detailApp(Long shopId);
Boolean edit(Long shopId, MkShopRechargeDTO shopRechargeDTO);