dashboard
repositories
filestore
activity
search
login
main
/
screen_job
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
修改时间bug
kaiyu
2020-10-21
5e9129373399e9cc3bdecf9b8365e1c6b6b0ecdd
[screen_job.git]
/
src
/
main
/
java
/
com
/
moral
/
entity
/
RealWeather.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.moral.entity;
import java.util.Date;
import lombok.Data;
import javax.persistence.Id;
@Data
public class RealWeather {
private String cityCode;
private Date time;
private String json;
}