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