luodangjia
2025-01-26 a6cf27e733515a20fc14840f5c63b6c6139b1e33
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.other.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.other.api.domain.ReceiverBankChannel;
 
/**
 * @author zhibing.pu
 * @date 2025/1/10 18:45
 */
public interface ReceiverBankChannelMapper extends BaseMapper<ReceiverBankChannel> {
}