mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 16:30:25 +08:00 
			
		
		
		
	
		
			
	
	
		
			15 lines
		
	
	
		
			253 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			253 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| 
								 | 
							
								export const buildProgressProps = () : any =>  {
							 | 
						||
| 
								 | 
							
								    return {
							 | 
						||
| 
								 | 
							
								        progress: {
							 | 
						||
| 
								 | 
							
								            sqlFileName: {
							 | 
						||
| 
								 | 
							
								                type: String
							 | 
						||
| 
								 | 
							
								            },
							 | 
						||
| 
								 | 
							
								            executedStatements: {
							 | 
						||
| 
								 | 
							
								                type: Number
							 | 
						||
| 
								 | 
							
								            },
							 | 
						||
| 
								 | 
							
								        },
							 | 
						||
| 
								 | 
							
								    };
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 |