TASK:教育版子账号积分刷新策略更新
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user