打卡优化
This commit is contained in:
		| @@ -76,6 +76,9 @@ public class SysWxUserLog extends BaseEntity | ||||
|     //客户ID | ||||
|     private Long customerId; | ||||
|  | ||||
|     //建议 | ||||
|     private String remark; | ||||
|  | ||||
|     /** | ||||
|      * 非持久化字段,客户姓名 | ||||
|      */ | ||||
|   | ||||
| @@ -29,6 +29,8 @@ public class WxLogInfo implements Serializable { | ||||
|  | ||||
|     private String defecation; | ||||
|  | ||||
|     private String remark; | ||||
|  | ||||
|     /** 情绪 */ | ||||
|     private String emotion; | ||||
|  | ||||
| @@ -283,6 +285,14 @@ public class WxLogInfo implements Serializable { | ||||
|         this.bodyImagesUrl = bodyImagesUrl; | ||||
|     } | ||||
|  | ||||
|     public String getRemark() { | ||||
|         return remark; | ||||
|     } | ||||
|  | ||||
|     public void setRemark(String remark) { | ||||
|         this.remark = remark; | ||||
|     } | ||||
|  | ||||
|     @Override | ||||
|     public String toString() { | ||||
|         return "WxLogInfo{" + | ||||
|   | ||||
| @@ -58,6 +58,7 @@ | ||||
|         <result property="emotion"    column="emotion"    /> | ||||
|         <result property="slyEatFood"    column="sly_eat_food"    /> | ||||
|         <result property="constipation"    column="constipation"    /> | ||||
|         <result property="remark" column="remark"></result> | ||||
|         <result property="breakfastImages"    column="breakfast_images"    /> | ||||
|         <result property="lunchImages"    column="lunch_images"    /> | ||||
|         <result property="dinnerImages"    column="dinner_images"    /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user