|  |  | @ -23,6 +23,8 @@ public class StepResult<T> { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     private StationRequestBean stationRequestBean; |  |  |  |     private StationRequestBean stationRequestBean; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     private MesPcnEnumUtil.STEP_RESULT_CMD cmd; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     public static StepResult getNonComplete() { |  |  |  |     public static StepResult getNonComplete() { | 
			
		
	
		
		
			
				
					
					|  |  |  |         return new StepResult(false, ""); |  |  |  |         return new StepResult(false, ""); | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |     } | 
			
		
	
	
		
		
			
				
					|  |  | @ -69,6 +71,10 @@ public class StepResult<T> { | 
			
		
	
		
		
			
				
					
					|  |  |  |         return new StepResult(true, msg); |  |  |  |         return new StepResult(true, msg); | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     public static StepResult getSuccessComplete(MesPcnEnumUtil.STEP_RESULT_CMD cmd) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         return new StepResult(true, cmd); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     public static StepResult getSuccessComplete() { |  |  |  |     public static StepResult getSuccessComplete() { | 
			
		
	
		
		
			
				
					
					|  |  |  |         return new StepResult(true, ""); |  |  |  |         return new StepResult(true, ""); | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |     } | 
			
		
	
	
		
		
			
				
					|  |  | @ -101,6 +107,11 @@ public class StepResult<T> { | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.msg = msg; |  |  |  |         this.msg = msg; | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     private StepResult(boolean isCompleted, MesPcnEnumUtil.STEP_RESULT_CMD cmd) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         this.isCompleted = isCompleted; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         this.cmd = cmd; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     public StepResult(boolean isCompleted, StationRequestBean stationRequestBean) { |  |  |  |     public StepResult(boolean isCompleted, StationRequestBean stationRequestBean) { | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.isCompleted = isCompleted; |  |  |  |         this.isCompleted = isCompleted; | 
			
		
	
	
		
		
			
				
					|  |  | 
 |