|  | @ -1,10 +1,10 @@
 | 
	
		
			
				|  |  | package com.yihu.jw.restmodel.hospital.prescription;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | import com.fasterxml.jackson.annotation.JsonFormat;
 | 
	
		
			
				|  |  | import com.yihu.jw.restmodel.UuidIdentityVO;
 | 
	
		
			
				|  |  | import com.yihu.jw.restmodel.UuidIdentityVOWithOperator;
 | 
	
		
			
				|  |  | import io.swagger.annotations.ApiModel;
 | 
	
		
			
				|  |  | import io.swagger.annotations.ApiModelProperty;
 | 
	
		
			
				|  |  | import com.fasterxml.jackson.annotation.JsonFormat;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | import java.util.Date;
 | 
	
		
			
				|  |  | import java.util.List;
 | 
	
		
			
				|  |  | 
 | 
	
	
		
			
				|  | @ -217,6 +217,9 @@ public class WlyyOutpatientVO extends UuidIdentityVO {
 | 
	
		
			
				|  |  |     @ApiModelProperty(value = "检查项目", example = "检查项目")
 | 
	
		
			
				|  |  |     private List<WlyyInspectionVO> inspectionVOS;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     @ApiModelProperty(value = "来源", example = "来源")
 | 
	
		
			
				|  |  |     private String source;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public String getAdmNo() {
 | 
	
	
		
			
				|  | @ -489,4 +492,12 @@ public class WlyyOutpatientVO extends UuidIdentityVO {
 | 
	
		
			
				|  |  |     public void setInspectionVOS(List<WlyyInspectionVO> inspectionVOS) {
 | 
	
		
			
				|  |  |         this.inspectionVOS = inspectionVOS;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public String getSource() {
 | 
	
		
			
				|  |  |         return source;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public void setSource(String source) {
 | 
	
		
			
				|  |  |         this.source = source;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | }
 |