mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-02-10 14:55:36 +08:00
feat: redis支持工单流程审批
This commit is contained in:
@@ -15,6 +15,7 @@ type Redis struct {
|
||||
Mode *string `json:"mode"`
|
||||
SshTunnelMachineId int `json:"sshTunnelMachineId"` // ssh隧道机器id
|
||||
Remark *string `json:"remark"`
|
||||
FlowProcdefKey string `json:"flowProcdefKey"`
|
||||
CreateTime *time.Time `json:"createTime"`
|
||||
Creator *string `json:"creator"`
|
||||
CreatorId *int64 `json:"creatorId"`
|
||||
|
||||
Reference in New Issue
Block a user