dashboard
repositories
filestore
activity
search
login
admin
/
screen_api_v2
工业级后台API v2
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
删除查询无人机因子接口
ZhuDongming
2019-08-09
0126003781a26848df94f2697df0d562d3ee6006
[~admin/screen_api_v2.git]
/
src
/
main
/
java
/
com
/
moral
/
mapper
/
ProvinceMapper.java
1
2
3
4
5
6
7
package com.moral.mapper;
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.Province;
public interface ProvinceMapper extends BaseMapper<Province> {
}