Pu Zhibing
2025-01-14 9c90a14b37f37cf6142e4102c52d2b27f524f76f
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> {
}