mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	feat: 支持关联多标签、计划任务立即执行、标签相关操作优化
This commit is contained in:
		@@ -13,6 +13,7 @@ type AuthCertBaseVO struct {
 | 
			
		||||
 | 
			
		||||
type MachineVO struct {
 | 
			
		||||
	Id                 uint64     `json:"id"`
 | 
			
		||||
	Code               string     `json:"code"`
 | 
			
		||||
	Name               string     `json:"name"`
 | 
			
		||||
	Ip                 string     `json:"ip"`
 | 
			
		||||
	Port               int        `json:"port"`
 | 
			
		||||
@@ -28,8 +29,8 @@ type MachineVO struct {
 | 
			
		||||
	ModifierId         *int64     `json:"modifierId"`
 | 
			
		||||
	Remark             *string    `json:"remark"`
 | 
			
		||||
	EnableRecorder     int8       `json:"enableRecorder"`
 | 
			
		||||
	TagId              uint64     `json:"tagId"`
 | 
			
		||||
	TagPath            string     `json:"tagPath"`
 | 
			
		||||
	// TagId              uint64     `json:"tagId"`
 | 
			
		||||
	// TagPath            string     `json:"tagPath"`
 | 
			
		||||
 | 
			
		||||
	HasCli bool           `json:"hasCli" gorm:"-"`
 | 
			
		||||
	Stat   map[string]any `json:"stat" gorm:"-"`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user