|  | @ -1,6 +1,7 @@
 | 
	
		
			
				|  |  | package com.yihu.jw.entity.dimension;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | import com.yihu.jw.entity.IdEntity;
 | 
	
		
			
				|  |  | import com.yihu.jw.entity.IntegerIdentityEntity;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | import javax.persistence.Entity;
 | 
	
		
			
				|  |  | import javax.persistence.Table;
 | 
	
		
			
				|  |  | 
 | 
	
	
		
			
				|  | @ -10,7 +11,7 @@ import javax.persistence.Table;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | @Entity
 | 
	
		
			
				|  |  | @Table(name = "dimension_quota")
 | 
	
		
			
				|  |  | public class DimensionQuotaDo extends IdEntity {
 | 
	
		
			
				|  |  | public class DimensionQuotaDo extends IntegerIdentityEntity {
 | 
	
		
			
				|  |  |     private String quotaCode;
 | 
	
		
			
				|  |  |     private String dimensionCode;
 | 
	
		
			
				|  |  |     private String dictSql;
 |