puzhibing
2025-01-14 685c1ab4e9698f4a1e0e942069ca8b3541502e3c
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> {
}