mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 00:10:25 +08:00 
			
		
		
		
	feat: 完善数据库信息保存以及项目、redis相关操作
This commit is contained in:
		
							
								
								
									
										10
									
								
								server/devops/apis/vo/project.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								server/devops/apis/vo/project.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
package vo
 | 
			
		||||
 | 
			
		||||
// 用户选择项目
 | 
			
		||||
type AccountProject struct {
 | 
			
		||||
	Id     uint64 `json:"id"`
 | 
			
		||||
	Name   string `json:"name"`
 | 
			
		||||
	Remark string `json:"remark"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type AccountProjects []AccountProject
 | 
			
		||||
		Reference in New Issue
	
	Block a user