仪表盘
版本库
文件存储
活动
搜索
登录
杨彬
/
mdc_420
分支自
420/mdc_420
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
设备日志批量导出
Lius
2025-05-21
d0b97b5655a6cac1efbda08dad1d3019ed973923
[~yangbin/mdc_420.git]
/
lxzn-module-system
/
lxzn-system-biz
/
src
/
main
/
java
/
org
/
jeecg
/
modules
/
base
/
mapper
/
ClientContactMapper.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.ClientContact;
public interface ClientContactMapper extends BaseMapper<ClientContact> {
}