mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	fix: 新增资源选择标签问题修复、项目文档转移
This commit is contained in:
		@@ -6,7 +6,7 @@ type Mongo struct {
 | 
			
		||||
	SshTunnelMachineId int    `json:"sshTunnelMachineId"` // ssh隧道机器id
 | 
			
		||||
	Name               string `binding:"required" json:"name"`
 | 
			
		||||
	TagId              uint64 `binding:"required" json:"tagId"`
 | 
			
		||||
	TagPath            string `json:"tagPath"`
 | 
			
		||||
	TagPath            string `binding:"required" json:"tagPath"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type MongoCommand struct {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user