refactor: 机器计划任务与流程定义关联至标签

This commit is contained in:
meilin.huang
2024-05-08 21:04:25 +08:00
parent cf5111a325
commit 1d0e91f1af
85 changed files with 586 additions and 474 deletions

View File

@@ -32,10 +32,8 @@ type RedisInfo struct {
Password string `json:"-"`
Name string `json:"-"`
TagPath []string `json:"tagPath"`
CodePath []string `json:"codePath"`
SshTunnelMachineId int `json:"-"`
FlowProcdefKey string `json:"flowProcdefKey"` // 工单流程定义key
}
func (r *RedisInfo) Conn() (*RedisConn, error) {