仪表盘
版本库
文件存储
活动
搜索
登录
common
/
mdc_common
标准版后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
初始化
Lius
2024-07-10
6fba12602412f92d93d779f7bb6556bee91c0c1c
[common/mdc_common.git]
/
lxzn-module-system
/
lxzn-system-biz
/
src
/
main
/
java
/
org
/
jeecg
/
modules
/
base
/
mapper
/
ClientMapper.java
1
2
3
4
5
6
7
8
package org.jeecg.modules.base.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.jeecg.modules.base.entity.Client;
public interface ClientMapper extends BaseMapper<Client> {
}