6 lines
		
	
	
		
			135 B
		
	
	
	
		
			Dart
		
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			135 B
		
	
	
	
		
			Dart
		
	
	
|  | /// 清单检查记录
 | ||
|  | class RecordCheckModel { | ||
|  |   final String title; | ||
|  |   final String time; | ||
|  |   RecordCheckModel(this.title, this.time); | ||
|  | } |