update 查询开启自动提现运营商列表

This commit is contained in:
Guoqs
2025-03-13 13:43:30 +08:00
parent 10730b3086
commit e9d9fe419f
5 changed files with 32 additions and 5 deletions

View File

@@ -192,4 +192,10 @@ public interface PileMerchantInfoService {
MerchantWithdrawalTypeVO queryWithdrawalType(QueryMerchantInfoDTO dto);
int updateWithdrawalType(MerchantWithdrawalTypeVO dto);
/**
* 查询设置自动提现的运营商列表
* @return
*/
List<PileMerchantInfo> selectAutoWithdrawalMerchantInfoList();
}