dashboard
repositories
filestore
activity
search
login
admin
/
screen_api_v2
工业级后台API v2
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
报警配置
fengxiang
2018-01-11
2ea90fc83051b92d242b87c887336890578a0a30
[~admin/screen_api_v2.git]
/
src
/
main
/
java
/
com
/
moral
/
mapper
/
CityMapper.java
1
2
3
4
5
6
7
package com.moral.mapper;
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.City;
public interface CityMapper extends BaseMapper<City> {
}