| 
					
				 | 
			
			
				@@ -25,9 +25,6 @@ public class NewsInformationQueryInfo extends QueryInfo { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	@ApiModelProperty(value = "备注", required = false) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	private String memo; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	@ApiModelProperty(value = "租客编号", required = false) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	private Integer tenantId; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	@ApiModelProperty(value = "声部编号", required = false) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	private Integer subjectId; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -93,14 +90,6 @@ public class NewsInformationQueryInfo extends QueryInfo { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		this.memo = memo; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	public Integer getTenantId() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		return tenantId; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	public void setTenantId(Integer tenantId) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		this.tenantId = tenantId; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	public String getClientName() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		return clientName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	} 
			 |