package com.hywa.banktest.service; import com.hywa.banktest.common.AjaxJson; import com.hywa.banktest.entity.CheckBankVO; import com.hywa.banktest.entity.GetBankNo; public interface CarbonBankService { public AjaxJson checkBankCard(CheckBankVO checkBankVO); public AjaxJson findCardNumMoney(GetBankNo getBankNo); }