mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 05:25:12 +08:00
update 查询开启自动提现运营商列表
This commit is contained in:
@@ -192,4 +192,10 @@ public interface PileMerchantInfoService {
|
||||
MerchantWithdrawalTypeVO queryWithdrawalType(QueryMerchantInfoDTO dto);
|
||||
|
||||
int updateWithdrawalType(MerchantWithdrawalTypeVO dto);
|
||||
|
||||
/**
|
||||
* 查询设置自动提现的运营商列表
|
||||
* @return
|
||||
*/
|
||||
List<PileMerchantInfo> selectAutoWithdrawalMerchantInfoList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user