| | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | |
| | | import java.io.IOException; |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | |
| | | |
| | | IPage<ApiMyTeammateAmountChangeListVo> findTeammateChangeListInPage(ApiAmountChangeDto apiAmountChangeDto); |
| | | |
| | | IPage<ApiBankListVo> getBankListInPage(ApiBankListDto apiBankListDto); |
| | | FebsResponse getBankListInPage(ApiBankListDto apiBankListDto); |
| | | |
| | | FebsResponse addBank(ApiAddBankDto addBankDto); |
| | | |
| | | FebsResponse getBankListInPage(); |
| | | |
| | | FebsResponse addAddress(ApiAddAddressDto apiAddAddressDto); |
| | | } |