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