dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
fix:小程序token变化问题修复
cjl
2023-11-10
c3883cee792651c5331635b367ea3daea43bf170
[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> {
}