[server][xary] - 优化实际配置
This commit is contained in:
@@ -11,7 +11,6 @@ import lombok.experimental.SuperBuilder;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
import javax.validation.constraints.NotNull;
|
||||
import javax.validation.constraints.Null;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
@Data
|
||||
@@ -66,6 +65,12 @@ public class ScriptSchedulerVO {
|
||||
@Nullable
|
||||
private String scriptType;
|
||||
|
||||
|
||||
@TableField(value = "script_content")
|
||||
@ApiModelProperty("脚本内容是否是持久化任务")
|
||||
@Nullable
|
||||
private boolean scriptIsDuration;
|
||||
|
||||
/**
|
||||
* 执行目标机器agent_topic_name列表,使用, 分隔
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user