mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	refactor: 系统模块角色分配相关优化
This commit is contained in:
		@@ -5,3 +5,16 @@ type SysLogQuery struct {
 | 
			
		||||
	Type        int8   `json:"type" form:"type"`
 | 
			
		||||
	Description string `json:"description" form:"description"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type RoleQuery struct {
 | 
			
		||||
	Ids    []uint64 `json:"ids"`
 | 
			
		||||
	Name   string   `json:"name" form:"name"`
 | 
			
		||||
	Code   string   `json:"code" form:"code"`
 | 
			
		||||
	NotIds []uint64 `json:"notIds"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type RoleAccountQuery struct {
 | 
			
		||||
	RoleId   uint64 `json:"roleId" `
 | 
			
		||||
	Name     string `json:"name" form:"name"`
 | 
			
		||||
	Username string `json:"username" form:"username"`
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user