dashboard
repositories
filestore
activity
search
login
main
/
screen_job
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
未来一天天气预报小时数据存入forecast_weather表
jinpengyong
2020-07-24
da68adc69a8a925bc9eae153af0e9797b14ba409
[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);
}