dashboard
repositories
filestore
activity
search
login
陈家良
/
moral
forked from
moral
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix:立行立改经纬度必填
cjl
2024-01-10
e60bad3640cdade446b8d7ba3ab13ee22fb79b05
[~chenjialiang/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> {
}