dashboard
repositories
filestore
activity
search
login
main
/
screen_job
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
数据转发程序离线报警测试
lizijie
2020-11-24
cf602c4416f1667635289d5ea5d31f127dcc07ff
[screen_job.git]
/
src
/
main
/
java
/
com
/
moral
/
mapper
/
CityMapper.java
1
2
3
4
5
6
7
8
package com.moral.mapper;
import com.moral.entity.City;
public interface CityMapper {
City getCityByCityCode(int cityCode);
}