dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
fix:测试提交
jinpengyong
2024-06-18
7a1c0a8f26b54db6fdf0dcb9a2568aa9811f8f4c
[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> {
}