| 
					
				 | 
			
			
				@ -41,8 +41,8 @@ public class DataProcessLogDO extends UuidIdentityEntity implements Serializable 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "process_des") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    private String processDes; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "fail_count") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    private int fileCount; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    /*@Column(name = "fail_count") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    private int fileCount;*/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getFileName() { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -109,13 +109,13 @@ public class DataProcessLogDO extends UuidIdentityEntity implements Serializable 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.processDes = processDes; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public int getFileCount() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    /*public int getFileCount() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return fileCount; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public void setFileCount(int fileCount) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.fileCount = fileCount; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    }*/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getProcessInterface() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return processInterface; 
			 |