feat:glados和ddns脚本
This commit is contained in:
@@ -8,10 +8,15 @@ import lombok.NoArgsConstructor;
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
public class TaskResult {
|
||||
|
||||
private String params;
|
||||
|
||||
/**
|
||||
* 是否成功
|
||||
*/
|
||||
private boolean success;
|
||||
/**
|
||||
* 响应结果
|
||||
*/
|
||||
private String summary;
|
||||
private Object detail;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user