TASK:教育版子账号积分刷新策略更新

This commit is contained in:
2025-08-25 18:07:37 +08:00
parent e45d572078
commit 23523f73da
7 changed files with 209 additions and 15 deletions

View File

@@ -4,6 +4,8 @@ import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.time.LocalDateTime;
@Data
@AllArgsConstructor
@NoArgsConstructor
@@ -11,5 +13,6 @@ public class ProgressDTO {
private int total;
private int current;
private boolean error;
private LocalDateTime computeTime;
}