仪表盘
版本库
文件存储
活动
搜索
登录
main
/
qasmart
mdc展示后台
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
台账添加错误问题修改
yangys
2025-11-05
10c5247722995e571b3fd4dbffb178964a9bd6ee
[qasmart.git]
/
smart-man-boot
/
src
/
main
/
java
/
com
/
qianwen
/
smartman
/
modules
/
sync
/
mapper
/
OuterAppConfigMapper.java
1
2
3
4
5
6
7
8
package com.qianwen.smartman.modules.sync.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.qianwen.smartman.modules.sync.entity.OuterAppConfig;
public interface OuterAppConfigMapper extends BaseMapper<OuterAppConfig> {
}