V1.2
1、新增服务器资源添加 (新增数据表pp_task_server) 2、新增远程服务器任务执行 3、删除邮件通知功能(pp_task删除两个有关字段)
This commit is contained in:
@@ -22,6 +22,7 @@ const (
|
||||
type Task struct {
|
||||
Id int
|
||||
UserId int
|
||||
ServerId int
|
||||
GroupId int
|
||||
TaskName string
|
||||
TaskType int
|
||||
@@ -30,8 +31,6 @@ type Task struct {
|
||||
Concurrent int
|
||||
Command string
|
||||
Status int
|
||||
Notify int
|
||||
NotifyEmail string
|
||||
Timeout int
|
||||
ExecuteTimes int
|
||||
PrevTime int64
|
||||
|
||||
Reference in New Issue
Block a user