overview统计

This commit is contained in:
2026-01-01 16:19:55 +08:00
parent eb15706ccc
commit b53faca120
17 changed files with 425 additions and 40 deletions

View File

@@ -50,6 +50,9 @@ public class BaseDTO implements Serializable {
@Schema(description = "数量限制")
private Integer limit;
@Schema(description = "统计数量")
private Integer count;
@Schema(description = "开始时间")
private Date startTime;