dashboard
repositories
filestore
activity
search
login
main
/
screen_job
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
小时数据警报删除
lizijie
2020-09-10
9e95a732c62d7ebef9c8c48940ca12552a19b11d
[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);
}