公告板
版本库
活动
搜索
登录
java
/
qijisheng
岐济生
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改反馈文档bug
Pu Zhibing
2025-04-03
1f09f6daaf73bc83cceb4ae22b862b7b365635cf
[java/qijisheng.git]
/
ruoyi-service
/
ruoyi-other
/
src
/
main
/
java
/
com
/
ruoyi
/
other
/
mapper
/
ReceiverBankChannelMapper.java
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> {
}