dashboard
repositories
filestore
activity
search
login
陈家良
/
moral
forked from
moral
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix:因子相关性比较均值
cjl
2024-04-23
ee8bb47024e9ef5a585a5f4d61d1ab236c9d4341
[~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> {
}