|  | @ -44,6 +44,7 @@ public class HealthEduArticlePatient {
 | 
	
		
			
				|  |  |     private String level;//等级
 | 
	
		
			
				|  |  |     private Integer allCount;//所有的推送数目
 | 
	
		
			
				|  |  |     private String type;//推送类型 1:文章 2:健康课程
 | 
	
		
			
				|  |  |     private String articleUrl;//集美宣教,文章的url
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public String getId() {
 | 
	
		
			
				|  |  |         return id;
 | 
	
	
		
			
				|  | @ -268,4 +269,12 @@ public class HealthEduArticlePatient {
 | 
	
		
			
				|  |  |     public void setType(String type) {
 | 
	
		
			
				|  |  |         this.type = type;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public String getArticleUrl() {
 | 
	
		
			
				|  |  |         return articleUrl;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public void setArticleUrl(String articleUrl) {
 | 
	
		
			
				|  |  |         this.articleUrl = articleUrl;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | }
 |