14 lines
		
	
	
		
			207 B
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			207 B
		
	
	
	
		
			C#
		
	
	
	
| 
								 | 
							
								using System;
							 | 
						||
| 
								 | 
							
								using DeiNiu.Utils;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								namespace DeiNiu.Data.BaseObject
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								    [Serializable]
							 | 
						||
| 
								 | 
							
								    public class BaseOperModel_Imp  
							 | 
						||
| 
								 | 
							
								    {
							 | 
						||
| 
								 | 
							
								        public BaseOperModel_Imp()
							 | 
						||
| 
								 | 
							
								        {
							 | 
						||
| 
								 | 
							
								            
							 | 
						||
| 
								 | 
							
								        }
							 | 
						||
| 
								 | 
							
								    }
							 | 
						||
| 
								 | 
							
								}
							 |