| 
					
				 | 
			
			
				@ -2,6 +2,7 @@ package com.yihu.jw.entity.specialist.rehabilitation; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				import com.yihu.jw.entity.UuidIdentityEntityWithOperator; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				import com.yihu.jw.entity.UuidIdentityEntityWithOperatorAES; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				import javax.persistence.Column; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				import javax.persistence.Entity; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -14,7 +15,7 @@ import java.io.Serializable; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				@Entity 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				@Table(name = "wlyy_rehabilitation_template_detail") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				public class RehabilitationTemplateDetailDO extends UuidIdentityEntityWithOperator implements Serializable { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				public class RehabilitationTemplateDetailDO extends UuidIdentityEntityWithOperatorAES implements Serializable { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "saas_id") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    private String saasId; 
			 |