dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
test
jpy
2023-05-27
e5e45930821b186093deedd7974f4328f5f90cbd
[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> {
}