dashboard
repositories
filestore
activity
search
login
gzdyh
/
back
广州市综治平台后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feature:市平台项目
xusd
2025-06-07
36306491396230522fa20585c2621a7fc899849a
[gzdyh/back.git]
/
dyh-service
/
dyh-sync-ssim
/
src
/
main
/
java
/
cn
/
huge
/
module
/
griddata
/
domain
/
vo
/
CaseVo.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package cn.huge.module.griddata.domain.vo;
import lombok.Data;
import org.springframework.format.annotation.DateTimeFormat;
import java.util.Date;
@Data
public class CaseVo {
private String lastTime;
private int type;
}