dashboard
repositories
filestore
activity
search
login
main
/
screen_job
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
添加需要离线报警程序,分钟数据统计往前移一分钟
lizijie
2022-06-14
cb59966a148f601c41e77637be701fda04251d91
[screen_job.git]
/
src
/
main
/
java
/
com
/
moral
/
entity
/
Province.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.moral.entity;
import lombok.Data;
import javax.persistence.Id;
@Data
public class Province {
@Id
private Integer provinceCode;
private String provinceName;
}