dashboard
repositories
filestore
activity
search
login
main
/
screen_job
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
千灯数据转发bug修改
lizijie
2022-09-09
33d898d8146223184fcaab82a9e16649434a1ab6
[screen_job.git]
/
src
/
main
/
java
/
com
/
moral
/
entity
/
RealWeatherDaily.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.moral.entity;
import lombok.Data;
import java.util.Date;
import javax.persistence.Id;
@Data
public class RealWeatherDaily {
private String cityCode;
private Date time;
private String json;
}