|  | @@ -49,6 +49,7 @@ public class AppResumptionDataInfoVo {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @ApiModelProperty(value = "状态")
 | 
	
		
			
				|  |  |      private Integer executeStatus;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      @ApiModelProperty(value = "检查要点id")
 | 
	
		
			
				|  |  |      private Long itemId;
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -58,4 +59,7 @@ public class AppResumptionDataInfoVo {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      private List<ResumptionDataProtectionVo> protections;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +    @ApiModelProperty(value = "要点排序值",notes = "如果没有设置排序,那么放在最后")
 | 
	
		
			
				|  |  | +    private Integer sort=999;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  }
 |