mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	feat: dbms新增支持工单流程审批
This commit is contained in:
		@@ -1,5 +1,11 @@
 | 
			
		||||
package entity
 | 
			
		||||
 | 
			
		||||
type AccountQuery struct {
 | 
			
		||||
	Ids      []uint64 `json:"ids"`
 | 
			
		||||
	Name     string   `json:"name" form:"name"`
 | 
			
		||||
	Username string   `json:"code" form:"code"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type SysLogQuery struct {
 | 
			
		||||
	CreatorId   uint64 `json:"creatorId" form:"creatorId"`
 | 
			
		||||
	Type        int8   `json:"type" form:"type"`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user