mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-25 17:16:33 +08:00
refactor: 机器计划任务与流程定义关联至标签
This commit is contained in:
@@ -19,6 +19,6 @@ type Mongo struct {
|
||||
func (me *Mongo) ToMongoInfo(tagPath ...string) *mgm.MongoInfo {
|
||||
mongoInfo := new(mgm.MongoInfo)
|
||||
structx.Copy(mongoInfo, me)
|
||||
mongoInfo.TagPath = tagPath
|
||||
mongoInfo.CodePath = tagPath
|
||||
return mongoInfo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user