mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	feat: 标签支持拖拽移动与机器支持执行命令查看
This commit is contained in:
		@@ -11,6 +11,7 @@ type MachineTermOp struct {
 | 
			
		||||
	MachineId      uint64 `json:"machineId"`
 | 
			
		||||
	Username       string `json:"username"`
 | 
			
		||||
	RecordFilePath string `json:"recordFilePath"` // 回放文件路径
 | 
			
		||||
	ExecCmds       string `json:"execCmds"`       // 执行的命令
 | 
			
		||||
 | 
			
		||||
	CreateTime *time.Time `json:"createTime"`
 | 
			
		||||
	CreatorId  uint64     `json:"creatorId"`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user