|
@@ -0,0 +1,798 @@
|
|
|
+package com.develop.common.tuya_bean;
|
|
|
+
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
+public class RecipesBean {
|
|
|
+ private List<?> allergens;
|
|
|
+ private String author;
|
|
|
+ private List<?> cookStepInfoVOList;
|
|
|
+ private Integer cookTime;
|
|
|
+ private Integer cookType;
|
|
|
+ private String desc;
|
|
|
+ private String easyLevel;
|
|
|
+ private String easyLevelDesc;
|
|
|
+ private Integer eatCount;
|
|
|
+ private String extInfo;
|
|
|
+ private String foodCategory;
|
|
|
+ private List<FoodInfoVOListBean> foodInfoVOList;
|
|
|
+ private String foodType;
|
|
|
+ private String foods;
|
|
|
+ private Long gmtCreate;
|
|
|
+ private Long gmtModified;
|
|
|
+ private Integer id;
|
|
|
+ private String information;
|
|
|
+ private Integer isControl;
|
|
|
+ private Integer isFoodChannel;
|
|
|
+ private Integer isMainShow;
|
|
|
+ private Integer isShowControl;
|
|
|
+ private Boolean isStar;
|
|
|
+ private Integer lang;
|
|
|
+ private String langDesc;
|
|
|
+ private String mainImg;
|
|
|
+ private List<String> mainImgs;
|
|
|
+ private List<MenuStepInfoVOListBean> menuStepInfoVOList;
|
|
|
+ private String name;
|
|
|
+ private String preVideo;
|
|
|
+ private String preVideoCover;
|
|
|
+ private String productGroupId;
|
|
|
+ private List<String> productIds;
|
|
|
+ private Integer pv;
|
|
|
+ private Integer sourceType;
|
|
|
+ private String stepVideo;
|
|
|
+ private String stepVideoCover;
|
|
|
+ private String taste;
|
|
|
+ private Integer useFoodLib;
|
|
|
+ private String xyxk;
|
|
|
+
|
|
|
+ public List<?> getAllergens() {
|
|
|
+ return allergens;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAllergens(List<?> allergens) {
|
|
|
+ this.allergens = allergens;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAuthor() {
|
|
|
+ return author;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAuthor(String author) {
|
|
|
+ this.author = author;
|
|
|
+ }
|
|
|
+
|
|
|
+ public List<?> getCookStepInfoVOList() {
|
|
|
+ return cookStepInfoVOList;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCookStepInfoVOList(List<?> cookStepInfoVOList) {
|
|
|
+ this.cookStepInfoVOList = cookStepInfoVOList;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getCookTime() {
|
|
|
+ return cookTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCookTime(Integer cookTime) {
|
|
|
+ this.cookTime = cookTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getCookType() {
|
|
|
+ return cookType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCookType(Integer cookType) {
|
|
|
+ this.cookType = cookType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDesc() {
|
|
|
+ return desc;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDesc(String desc) {
|
|
|
+ this.desc = desc;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getEasyLevel() {
|
|
|
+ return easyLevel;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setEasyLevel(String easyLevel) {
|
|
|
+ this.easyLevel = easyLevel;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getEasyLevelDesc() {
|
|
|
+ return easyLevelDesc;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setEasyLevelDesc(String easyLevelDesc) {
|
|
|
+ this.easyLevelDesc = easyLevelDesc;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getEatCount() {
|
|
|
+ return eatCount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setEatCount(Integer eatCount) {
|
|
|
+ this.eatCount = eatCount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getExtInfo() {
|
|
|
+ return extInfo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setExtInfo(String extInfo) {
|
|
|
+ this.extInfo = extInfo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getFoodCategory() {
|
|
|
+ return foodCategory;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFoodCategory(String foodCategory) {
|
|
|
+ this.foodCategory = foodCategory;
|
|
|
+ }
|
|
|
+
|
|
|
+ public List<FoodInfoVOListBean> getFoodInfoVOList() {
|
|
|
+ return foodInfoVOList;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFoodInfoVOList(List<FoodInfoVOListBean> foodInfoVOList) {
|
|
|
+ this.foodInfoVOList = foodInfoVOList;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getFoodType() {
|
|
|
+ return foodType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFoodType(String foodType) {
|
|
|
+ this.foodType = foodType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getFoods() {
|
|
|
+ return foods;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFoods(String foods) {
|
|
|
+ this.foods = foods;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getGmtCreate() {
|
|
|
+ return gmtCreate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setGmtCreate(Long gmtCreate) {
|
|
|
+ this.gmtCreate = gmtCreate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getGmtModified() {
|
|
|
+ return gmtModified;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setGmtModified(Long gmtModified) {
|
|
|
+ this.gmtModified = gmtModified;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getId() {
|
|
|
+ return id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setId(Integer id) {
|
|
|
+ this.id = id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getInformation() {
|
|
|
+ return information;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setInformation(String information) {
|
|
|
+ this.information = information;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getIsControl() {
|
|
|
+ return isControl;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setIsControl(Integer isControl) {
|
|
|
+ this.isControl = isControl;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getIsFoodChannel() {
|
|
|
+ return isFoodChannel;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setIsFoodChannel(Integer isFoodChannel) {
|
|
|
+ this.isFoodChannel = isFoodChannel;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getIsMainShow() {
|
|
|
+ return isMainShow;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setIsMainShow(Integer isMainShow) {
|
|
|
+ this.isMainShow = isMainShow;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getIsShowControl() {
|
|
|
+ return isShowControl;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setIsShowControl(Integer isShowControl) {
|
|
|
+ this.isShowControl = isShowControl;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Boolean getIsStar() {
|
|
|
+ return isStar;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setIsStar(Boolean isStar) {
|
|
|
+ this.isStar = isStar;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getLang() {
|
|
|
+ return lang;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setLang(Integer lang) {
|
|
|
+ this.lang = lang;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getLangDesc() {
|
|
|
+ return langDesc;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setLangDesc(String langDesc) {
|
|
|
+ this.langDesc = langDesc;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getMainImg() {
|
|
|
+ return mainImg;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMainImg(String mainImg) {
|
|
|
+ this.mainImg = mainImg;
|
|
|
+ }
|
|
|
+
|
|
|
+ public List<String> getMainImgs() {
|
|
|
+ return mainImgs;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMainImgs(List<String> mainImgs) {
|
|
|
+ this.mainImgs = mainImgs;
|
|
|
+ }
|
|
|
+
|
|
|
+ public List<MenuStepInfoVOListBean> getMenuStepInfoVOList() {
|
|
|
+ return menuStepInfoVOList;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMenuStepInfoVOList(List<MenuStepInfoVOListBean> menuStepInfoVOList) {
|
|
|
+ this.menuStepInfoVOList = menuStepInfoVOList;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getName() {
|
|
|
+ return name;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setName(String name) {
|
|
|
+ this.name = name;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPreVideo() {
|
|
|
+ return preVideo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPreVideo(String preVideo) {
|
|
|
+ this.preVideo = preVideo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPreVideoCover() {
|
|
|
+ return preVideoCover;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPreVideoCover(String preVideoCover) {
|
|
|
+ this.preVideoCover = preVideoCover;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getProductGroupId() {
|
|
|
+ return productGroupId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setProductGroupId(String productGroupId) {
|
|
|
+ this.productGroupId = productGroupId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public List<String> getProductIds() {
|
|
|
+ return productIds;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setProductIds(List<String> productIds) {
|
|
|
+ this.productIds = productIds;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getPv() {
|
|
|
+ return pv;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPv(Integer pv) {
|
|
|
+ this.pv = pv;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getSourceType() {
|
|
|
+ return sourceType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSourceType(Integer sourceType) {
|
|
|
+ this.sourceType = sourceType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getStepVideo() {
|
|
|
+ return stepVideo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStepVideo(String stepVideo) {
|
|
|
+ this.stepVideo = stepVideo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getStepVideoCover() {
|
|
|
+ return stepVideoCover;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStepVideoCover(String stepVideoCover) {
|
|
|
+ this.stepVideoCover = stepVideoCover;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getTaste() {
|
|
|
+ return taste;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setTaste(String taste) {
|
|
|
+ this.taste = taste;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getUseFoodLib() {
|
|
|
+ return useFoodLib;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setUseFoodLib(Integer useFoodLib) {
|
|
|
+ this.useFoodLib = useFoodLib;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getXyxk() {
|
|
|
+ return xyxk;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setXyxk(String xyxk) {
|
|
|
+ this.xyxk = xyxk;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static class FoodInfoVOListBean {
|
|
|
+ private List<FoodLangInfoVOListBean> foodLangInfoVOList;
|
|
|
+ private List<FoodNutritionVOListBean> foodNutritionVOList;
|
|
|
+ private Long gmtCreate;
|
|
|
+ private Long gmtModified;
|
|
|
+ private Integer id;
|
|
|
+ private String image;
|
|
|
+ private MenuFoodRelationVOBean menuFoodRelationVO;
|
|
|
+ private String name;
|
|
|
+ private Integer status;
|
|
|
+
|
|
|
+ public List<FoodLangInfoVOListBean> getFoodLangInfoVOList() {
|
|
|
+ return foodLangInfoVOList;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFoodLangInfoVOList(List<FoodLangInfoVOListBean> foodLangInfoVOList) {
|
|
|
+ this.foodLangInfoVOList = foodLangInfoVOList;
|
|
|
+ }
|
|
|
+
|
|
|
+ public List<FoodNutritionVOListBean> getFoodNutritionVOList() {
|
|
|
+ return foodNutritionVOList;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFoodNutritionVOList(List<FoodNutritionVOListBean> foodNutritionVOList) {
|
|
|
+ this.foodNutritionVOList = foodNutritionVOList;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getGmtCreate() {
|
|
|
+ return gmtCreate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setGmtCreate(Long gmtCreate) {
|
|
|
+ this.gmtCreate = gmtCreate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getGmtModified() {
|
|
|
+ return gmtModified;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setGmtModified(Long gmtModified) {
|
|
|
+ this.gmtModified = gmtModified;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getId() {
|
|
|
+ return id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setId(Integer id) {
|
|
|
+ this.id = id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getImage() {
|
|
|
+ return image;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setImage(String image) {
|
|
|
+ this.image = image;
|
|
|
+ }
|
|
|
+
|
|
|
+ public MenuFoodRelationVOBean getMenuFoodRelationVO() {
|
|
|
+ return menuFoodRelationVO;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMenuFoodRelationVO(MenuFoodRelationVOBean menuFoodRelationVO) {
|
|
|
+ this.menuFoodRelationVO = menuFoodRelationVO;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getName() {
|
|
|
+ return name;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setName(String name) {
|
|
|
+ this.name = name;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getStatus() {
|
|
|
+ return status;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStatus(Integer status) {
|
|
|
+ this.status = status;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static class MenuFoodRelationVOBean {
|
|
|
+ private String amount;
|
|
|
+ private Integer back;
|
|
|
+ private Integer foodId;
|
|
|
+ private Integer foodOrder;
|
|
|
+ private Long gmtCreate;
|
|
|
+ private Long gmtModified;
|
|
|
+ private Integer groupId;
|
|
|
+ private Integer id;
|
|
|
+ private Integer menuId;
|
|
|
+ private String secAmount;
|
|
|
+ private String secUnit;
|
|
|
+ private Integer status;
|
|
|
+ private Integer tagId;
|
|
|
+ private String tagName;
|
|
|
+ private Integer tagOrder;
|
|
|
+
|
|
|
+ public String getAmount() {
|
|
|
+ return amount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAmount(String amount) {
|
|
|
+ this.amount = amount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getBack() {
|
|
|
+ return back;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBack(Integer back) {
|
|
|
+ this.back = back;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getFoodId() {
|
|
|
+ return foodId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFoodId(Integer foodId) {
|
|
|
+ this.foodId = foodId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getFoodOrder() {
|
|
|
+ return foodOrder;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFoodOrder(Integer foodOrder) {
|
|
|
+ this.foodOrder = foodOrder;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getGmtCreate() {
|
|
|
+ return gmtCreate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setGmtCreate(Long gmtCreate) {
|
|
|
+ this.gmtCreate = gmtCreate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getGmtModified() {
|
|
|
+ return gmtModified;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setGmtModified(Long gmtModified) {
|
|
|
+ this.gmtModified = gmtModified;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getGroupId() {
|
|
|
+ return groupId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setGroupId(Integer groupId) {
|
|
|
+ this.groupId = groupId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getId() {
|
|
|
+ return id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setId(Integer id) {
|
|
|
+ this.id = id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getMenuId() {
|
|
|
+ return menuId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMenuId(Integer menuId) {
|
|
|
+ this.menuId = menuId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSecAmount() {
|
|
|
+ return secAmount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSecAmount(String secAmount) {
|
|
|
+ this.secAmount = secAmount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getSecUnit() {
|
|
|
+ return secUnit;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setSecUnit(String secUnit) {
|
|
|
+ this.secUnit = secUnit;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getStatus() {
|
|
|
+ return status;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStatus(Integer status) {
|
|
|
+ this.status = status;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getTagId() {
|
|
|
+ return tagId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setTagId(Integer tagId) {
|
|
|
+ this.tagId = tagId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getTagName() {
|
|
|
+ return tagName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setTagName(String tagName) {
|
|
|
+ this.tagName = tagName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getTagOrder() {
|
|
|
+ return tagOrder;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setTagOrder(Integer tagOrder) {
|
|
|
+ this.tagOrder = tagOrder;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public static class FoodLangInfoVOListBean {
|
|
|
+ private Integer capability;
|
|
|
+ private Integer foodId;
|
|
|
+ private Integer id;
|
|
|
+ private String lang;
|
|
|
+ private String name;
|
|
|
+
|
|
|
+ public Integer getCapability() {
|
|
|
+ return capability;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCapability(Integer capability) {
|
|
|
+ this.capability = capability;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getFoodId() {
|
|
|
+ return foodId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFoodId(Integer foodId) {
|
|
|
+ this.foodId = foodId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getId() {
|
|
|
+ return id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setId(Integer id) {
|
|
|
+ this.id = id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getLang() {
|
|
|
+ return lang;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setLang(String lang) {
|
|
|
+ this.lang = lang;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getName() {
|
|
|
+ return name;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setName(String name) {
|
|
|
+ this.name = name;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public static class FoodNutritionVOListBean {
|
|
|
+ private Integer foodId;
|
|
|
+ private Integer id;
|
|
|
+ private String nutritionCode;
|
|
|
+ private Integer nutritionId;
|
|
|
+ private Integer status;
|
|
|
+ private String value;
|
|
|
+
|
|
|
+ public Integer getFoodId() {
|
|
|
+ return foodId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFoodId(Integer foodId) {
|
|
|
+ this.foodId = foodId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getId() {
|
|
|
+ return id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setId(Integer id) {
|
|
|
+ this.id = id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getNutritionCode() {
|
|
|
+ return nutritionCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setNutritionCode(String nutritionCode) {
|
|
|
+ this.nutritionCode = nutritionCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getNutritionId() {
|
|
|
+ return nutritionId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setNutritionId(Integer nutritionId) {
|
|
|
+ this.nutritionId = nutritionId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getStatus() {
|
|
|
+ return status;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStatus(Integer status) {
|
|
|
+ this.status = status;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getValue() {
|
|
|
+ return value;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setValue(String value) {
|
|
|
+ this.value = value;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ public static class MenuStepInfoVOListBean {
|
|
|
+ private Long gmtCreate;
|
|
|
+ private Long gmtModified;
|
|
|
+ private Integer id;
|
|
|
+ private List<LangInfosBean> langInfos;
|
|
|
+ private Integer menuId;
|
|
|
+ private Integer step;
|
|
|
+
|
|
|
+ public Long getGmtCreate() {
|
|
|
+ return gmtCreate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setGmtCreate(Long gmtCreate) {
|
|
|
+ this.gmtCreate = gmtCreate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getGmtModified() {
|
|
|
+ return gmtModified;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setGmtModified(Long gmtModified) {
|
|
|
+ this.gmtModified = gmtModified;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getId() {
|
|
|
+ return id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setId(Integer id) {
|
|
|
+ this.id = id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public List<LangInfosBean> getLangInfos() {
|
|
|
+ return langInfos;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setLangInfos(List<LangInfosBean> langInfos) {
|
|
|
+ this.langInfos = langInfos;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getMenuId() {
|
|
|
+ return menuId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMenuId(Integer menuId) {
|
|
|
+ this.menuId = menuId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getStep() {
|
|
|
+ return step;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStep(Integer step) {
|
|
|
+ this.step = step;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static class LangInfosBean {
|
|
|
+ private String desc;
|
|
|
+ private String lang;
|
|
|
+ private String stepImg;
|
|
|
+ private String stepVideo;
|
|
|
+ private String stepVideoCover;
|
|
|
+
|
|
|
+ public String getDesc() {
|
|
|
+ return desc;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDesc(String desc) {
|
|
|
+ this.desc = desc;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getLang() {
|
|
|
+ return lang;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setLang(String lang) {
|
|
|
+ this.lang = lang;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getStepImg() {
|
|
|
+ return stepImg;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStepImg(String stepImg) {
|
|
|
+ this.stepImg = stepImg;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getStepVideo() {
|
|
|
+ return stepVideo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStepVideo(String stepVideo) {
|
|
|
+ this.stepVideo = stepVideo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getStepVideoCover() {
|
|
|
+ return stepVideoCover;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStepVideoCover(String stepVideoCover) {
|
|
|
+ this.stepVideoCover = stepVideoCover;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|