mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-15 04:06:35 +08:00
refactor: 机器计划任务与流程定义关联至标签
This commit is contained in:
@@ -41,8 +41,8 @@ type MachineCronJobForm struct {
|
||||
Script string `json:"script" binding:"required"`
|
||||
Status int `json:"status" binding:"required"`
|
||||
SaveExecResType int `json:"saveExecResType" binding:"required"`
|
||||
MachineIds []uint64 `json:"machineIds"`
|
||||
Remark string `json:"remark"`
|
||||
CodePaths []string `json:"codePaths"`
|
||||
}
|
||||
|
||||
type MachineCmdConfForm struct {
|
||||
|
||||
Reference in New Issue
Block a user