|  |  | @ -1,5 +1,6 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | package cn.estsh.i3plus.pojo.model.platform; |  |  |  | package cn.estsh.i3plus.pojo.model.platform; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | import cn.estsh.i3plus.pojo.base.common.Pager; | 
			
		
	
		
		
			
				
					
					|  |  |  | import io.swagger.annotations.ApiModel; |  |  |  | import io.swagger.annotations.ApiModel; | 
			
		
	
		
		
			
				
					
					|  |  |  | import io.swagger.annotations.ApiModelProperty; |  |  |  | import io.swagger.annotations.ApiModelProperty; | 
			
		
	
		
		
			
				
					
					|  |  |  | import lombok.AllArgsConstructor; |  |  |  | import lombok.AllArgsConstructor; | 
			
		
	
	
		
		
			
				
					|  |  | @ -24,4 +25,6 @@ public class AndonQueryUserModel { | 
			
		
	
		
		
			
				
					
					|  |  |  |     private String  userName; |  |  |  |     private String  userName; | 
			
		
	
		
		
			
				
					
					|  |  |  |     @ApiModelProperty(value ="部门名称" , access ="部门名称") |  |  |  |     @ApiModelProperty(value ="部门名称" , access ="部门名称") | 
			
		
	
		
		
			
				
					
					|  |  |  |     private String  department; |  |  |  |     private String  department; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     @ApiModelProperty(value ="分页参数" , access ="分页参数") | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     private Pager pager; | 
			
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  | } | 
			
		
	
	
		
		
			
				
					|  |  | 
 |