mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-09 19:53:24 +08:00
feature: update document page ui (#117)
* feat: add runAt field * feat: update frontend resources
This commit is contained in:
@@ -3,6 +3,8 @@ package com.databasir.core.domain.project.data.task;
|
||||
import com.databasir.dao.enums.ProjectSyncTaskStatus;
|
||||
import lombok.Data;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
@Data
|
||||
public class ProjectSimpleTaskResponse {
|
||||
|
||||
@@ -11,4 +13,6 @@ public class ProjectSimpleTaskResponse {
|
||||
private ProjectSyncTaskStatus status;
|
||||
|
||||
private String result;
|
||||
|
||||
private LocalDateTime runAt;
|
||||
}
|
||||
|
Reference in New Issue
Block a user