dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
ci:添加原始天数
cjl
2023-10-07
d0405eabf3c9c3a2f84499ff6adcedac9ed906f1
[moral.git]
/
screen-api
/
src
/
main
/
java
/
com
/
moral
/
api
/
mapper
/
MaxRoadMapper.java
1
2
3
4
5
6
7
package com.moral.api.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.moral.api.entity.MaxRoad;
public interface MaxRoadMapper extends BaseMapper<MaxRoad> {
}