dashboard
repositories
filestore
activity
search
login
gzdyh
/
back
广州市综治平台后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix:超时办件优化
xusd
3 days ago
f4e5da604604308b9f754de7e863c180fcedd8c9
[gzdyh/back.git]
/
dyh-service
/
dyh-mediate
/
src
/
main
/
java
/
cn
/
huge
/
module
/
analysis
/
domain
/
dto
/
CountRepeateDto.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package cn.huge.module.analysis.domain.dto;
import lombok.Data;
@Data
public class CountRepeateDto {
/**
*聚合类型
*/
private String groupByType;
/**
* 数量
*/
private Integer repeatCount;
}