!336 打卡点赞

Merge pull request !336 from 德仔/develop
This commit is contained in:
德仔 2021-07-31 07:41:50 +00:00 committed by Gitee
commit 98ba5a0f53

View File

@ -23,6 +23,8 @@ public class WxLogInfo {
private String sport; private String sport;
private String sportDesc;
private BigDecimal weight; private BigDecimal weight;
private String diet; private String diet;
@ -31,6 +33,8 @@ public class WxLogInfo {
private String defecation; private String defecation;
private String defecationDesc;
private String remark; private String remark;
/** /**
@ -38,6 +42,8 @@ public class WxLogInfo {
*/ */
private String emotion; private String emotion;
private String emotionDesc;
/** /**
* 食谱之外的食物 * 食谱之外的食物
*/ */
@ -51,7 +57,7 @@ public class WxLogInfo {
/** /**
* 食材描述 * 食材描述
*/ */
private String ingredientDescribe; private String ingredientDesc;
//全部食材照片 //全部食材照片
private String allImages; private String allImages;