| 
					
				 | 
			
			
				@ -20,14 +20,12 @@ public class RehabilitationOperateRecordsDO extends UuidIdentityEntityWithOperat 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    private String patientName;//居民名称 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    private String doctorCode;//执行医生code 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    private String doctorName;//执行医生名称 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    private String node;//服务完成笔记 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    private Integer relationRecordType;//关联记录类型(1、随访记录,2、健康指导,3、健康教育,4、服务码) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    private String relationRecordCode;//关联记录code 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    private String relationRecordImg;//相关记录图片地址,json格式 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    private Date reserveTime;//服务预定完成时间 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    private Date completeTime;//服务完成时间 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    private Integer status;//是否确认完成(0、未确认,1、已确认) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    private String relationRecordImg;//相关记录图片地址,json格式 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    private String node;//服务完成笔记 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "saas_id") 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -147,21 +145,4 @@ public class RehabilitationOperateRecordsDO extends UuidIdentityEntityWithOperat 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.status = status; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "relation_record_img") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getRelationRecordImg() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return relationRecordImg; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public void setRelationRecordImg(String relationRecordImg) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.relationRecordImg = relationRecordImg; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Column(name = "node") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getNode() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return node; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public void setNode(String node) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        this.node = node; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				} 
			 |