mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	refactor: 操作日志信息完善等
This commit is contained in:
		@@ -1,15 +1,6 @@
 | 
			
		||||
package model
 | 
			
		||||
 | 
			
		||||
type AppContext struct {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type LoginAccount struct {
 | 
			
		||||
	Id       uint64
 | 
			
		||||
	Username string
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type Permission struct {
 | 
			
		||||
	CheckToken bool   // 是否检查token
 | 
			
		||||
	Code       string // 权限码
 | 
			
		||||
	Name       string // 描述
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user