mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 13:35:15 +08:00
运营商切换提现方式
This commit is contained in:
@@ -5,6 +5,7 @@ import com.jsowell.pile.dto.CreateMerchantDTO;
|
||||
import com.jsowell.pile.dto.QueryMerchantInfoDTO;
|
||||
import com.jsowell.pile.vo.base.MerchantInfoVO;
|
||||
import com.jsowell.pile.vo.web.MerchantSettleInfoVO;
|
||||
import com.jsowell.pile.vo.web.MerchantWithdrawalTypeVO;
|
||||
import com.jsowell.pile.vo.web.PileMerchantInfoVO;
|
||||
|
||||
import java.util.List;
|
||||
@@ -187,4 +188,8 @@ public interface PileMerchantInfoService {
|
||||
* @return
|
||||
*/
|
||||
PileMerchantInfoVO queryMerchantInfoByStationId(String stationId);
|
||||
|
||||
MerchantWithdrawalTypeVO queryWithdrawalType(QueryMerchantInfoDTO dto);
|
||||
|
||||
int updateWithdrawalType(MerchantWithdrawalTypeVO dto);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user