打卡优化

This commit is contained in:
xiezhijun
2021-04-15 09:32:36 +08:00
parent 5c048db222
commit 3b644ee3c1
3 changed files with 14 additions and 0 deletions

View File

@ -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{" +