You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					23 lines
				
				389 B
			
		
		
			
		
	
	
					23 lines
				
				389 B
			| 
								 
											2 years ago
										 
									 | 
							
								package com.ynxbd.common.bean;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								import lombok.Getter;
							 | 
						||
| 
								 | 
							
								import lombok.NoArgsConstructor;
							 | 
						||
| 
								 | 
							
								import lombok.Setter;
							 | 
						||
| 
								 | 
							
								import lombok.ToString;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/**
							 | 
						||
| 
								 | 
							
								 * his慢病列表
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								@Setter
							 | 
						||
| 
								 | 
							
								@Getter
							 | 
						||
| 
								 | 
							
								@ToString
							 | 
						||
| 
								 | 
							
								@NoArgsConstructor
							 | 
						||
| 
								 | 
							
								public class HisChronic {
							 | 
						||
| 
								 | 
							
								    private String expContent;
							 | 
						||
| 
								 | 
							
								    private String opspDiseName;
							 | 
						||
| 
								 | 
							
								    private String opspDiseCode;
							 | 
						||
| 
								 | 
							
								    private String endDate;
							 | 
						||
| 
								 | 
							
								    private String begnDate;
							 | 
						||
| 
								 | 
							
								}
							 |