|  | @@ -36,7 +36,7 @@ public class SysNewsInformation {
 | 
	
		
			
				|  |  |  	private String videoCoverImage;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	/** 类型 */
 | 
	
		
			
				|  |  | -	@ApiModelProperty(value = "类型,1热门资讯,2开屏广告,3闪页管理,4轮播图管理", required = true)
 | 
	
		
			
				|  |  | +	@ApiModelProperty(value = "类型,1热门资讯,2开屏广告,3闪页管理,4轮播图管理 5app按钮管理", required = true)
 | 
	
		
			
				|  |  |  	@NotNull(message = "类型不能为空")
 | 
	
		
			
				|  |  |  	private Integer type;
 | 
	
		
			
				|  |  |  	
 | 
	
	
		
			
				|  | @@ -83,6 +83,7 @@ public class SysNewsInformation {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	private Boolean delFlag= false;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +	@ApiModelProperty("版本号")
 | 
	
		
			
				|  |  |  	private String attribute1;
 | 
	
		
			
				|  |  |  	
 | 
	
		
			
				|  |  |  	private String attribute2;
 |