commit
98ba5a0f53
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user