|  | @ -6,6 +6,7 @@ import io.swagger.annotations.ApiModel;
 | 
												
													
														
															|  | import io.swagger.annotations.ApiModelProperty;
 |  | import io.swagger.annotations.ApiModelProperty;
 | 
												
													
														
															|  | import com.fasterxml.jackson.annotation.JsonFormat;
 |  | import com.fasterxml.jackson.annotation.JsonFormat;
 | 
												
													
														
															|  | import java.util.Date;
 |  | import java.util.Date;
 | 
												
													
														
															|  | 
 |  | import java.util.List;
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | /**
 |  | /**
 | 
												
											
												
													
														
															|  | @ -192,6 +193,11 @@ public class WlyyOutpatientVO extends UuidIdentityVO {
 | 
												
													
														
															|  |     @ApiModelProperty(value = "生日", example = "模块1")
 |  |     @ApiModelProperty(value = "生日", example = "模块1")
 | 
												
													
														
															|  |     private Date birthday;
 |  |     private Date birthday;
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  |     /**
 | 
												
													
														
															|  | 
 |  |      * 1已经评价,0或其他未评价
 | 
												
													
														
															|  | 
 |  |      */
 | 
												
													
														
															|  | 
 |  |     @ApiModelProperty(value = "1已经评价,0或其他未评价", example = "模块1")
 | 
												
													
														
															|  | 
 |  |     private String evaluateStatus;
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  |     public String getAdmNo() {
 |  |     public String getAdmNo() {
 | 
												
													
														
															|  |         return admNo;
 |  |         return admNo;
 | 
												
											
												
													
														
															|  | @ -415,4 +421,12 @@ public class WlyyOutpatientVO extends UuidIdentityVO {
 | 
												
													
														
															|  |     public void setBirthday(Date birthday) {
 |  |     public void setBirthday(Date birthday) {
 | 
												
													
														
															|  |         this.birthday = birthday;
 |  |         this.birthday = birthday;
 | 
												
													
														
															|  |     }
 |  |     }
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  |     public String getEvaluateStatus() {
 | 
												
													
														
															|  | 
 |  |         return evaluateStatus;
 | 
												
													
														
															|  | 
 |  |     }
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  |     public void setEvaluateStatus(String evaluateStatus) {
 | 
												
													
														
															|  | 
 |  |         this.evaluateStatus = evaluateStatus;
 | 
												
													
														
															|  | 
 |  |     }
 | 
												
													
														
															|  | }
 |  | }
 |