dashboard
repositories
filestore
activity
search
login
陈家良
/
moral
forked from
moral
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
走航车实时数据
chen_xi
2022-10-19
8641cbb74e31700a5c3035f0925898b517bc3cfb
[~chenjialiang/moral.git]
/
screen-api
/
src
/
main
/
java
/
com
/
moral
/
api
/
mapper
/
ExcelMapper.java
1
2
3
4
5
6
7
8
9
10
package com.moral.api.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.moral.api.entity.TbExcel;
public interface ExcelMapper extends BaseMapper<TbExcel> {
}