dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Merge remote-tracking branch 'origin/dev' into cjl
cjl
2023-12-25
2ab4d484c09bf29d5f63dafb0fec3eda23bc4b4e
[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> {
}