|  | @ -87,7 +87,7 @@ public class Prescription extends IdEntity {
 | 
	
		
			
				|  |  |     private String prescribeReason; //开方失败/成功原因
 | 
	
		
			
				|  |  |     private Date prescribeTime ;//开方失败、成功时间
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     private String dispensaryTypeName;
 | 
	
		
			
				|  |  |     private String dispensaryTypeName; //类型翻译
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     @Column(name = "code", unique = true, nullable = false)
 | 
	
		
			
				|  |  |     public String getCode() {
 |