dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
fix:走航车排名接口提交
swb
2024-07-03
5ef407e617576a83c9b8c25ce510f263ed031d03
[moral.git]
/
screen-api
/
src
/
main
/
java
/
com
/
moral
/
api
/
mapper
/
DeviceMapHierarchyMapper.java
1
2
3
4
5
6
7
8
9
package com.moral.api.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface DeviceMapHierarchyMapper extends BaseMapper<DeviceMapper> {
}