dashboard
repositories
filestore
activity
search
login
陈家良
/
moral
forked from
moral
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix:首页边框内容提交
cjl
2023-08-30
d2e351a4325ab3957f7b163b1baab2aa81520929
[~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> {
}