|  | @ -2,6 +2,7 @@ package com.yihu.jw.entity.care.lifeCare;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | import com.yihu.jw.entity.UuidIdentityEntity;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | import javax.persistence.Column;
 | 
	
		
			
				|  |  | import javax.persistence.Entity;
 | 
	
		
			
				|  |  | import javax.persistence.Table;
 | 
	
		
			
				|  |  | import java.math.BigDecimal;
 | 
	
	
		
			
				|  | @ -19,6 +20,7 @@ public class LifeCareItemDictDO extends UuidIdentityEntity{
 | 
	
		
			
				|  |  |     private BigDecimal price;//价格
 | 
	
		
			
				|  |  |     private Integer sort;//排序字段
 | 
	
		
			
				|  |  |     private Integer del;//删除标志 1正常,0删除
 | 
	
		
			
				|  |  |     private String lifeCareImg;//服务项目图片
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public String getCode() {
 | 
	
		
			
				|  |  |         return code;
 | 
	
	
		
			
				|  | @ -67,4 +69,13 @@ public class LifeCareItemDictDO extends UuidIdentityEntity{
 | 
	
		
			
				|  |  |     public void setDel(Integer del) {
 | 
	
		
			
				|  |  |         this.del = del;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     @Column(name = "life_care_img")
 | 
	
		
			
				|  |  |     public String getLifeCareImg() {
 | 
	
		
			
				|  |  |         return lifeCareImg;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public void setLifeCareImg(String lifeCareImg) {
 | 
	
		
			
				|  |  |         this.lifeCareImg = lifeCareImg;
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | }
 |