CB

Cristie Besu

Chief Executive Officer at Eat ME Guilt Free

Cristie Besu has a wealth of experience in the health and fitness industry. Cristie began their career in 2003 as a Registered Nurse at South Miami Hospital, Inc. In 2010, they started their own business, Ask Cristie, as a Nutrition Consultant, where they combined their background as an ER nurse with their passion for fitness and health to help others "figure out their bodies". That same year, they also founded Cristie's Fitness Fuel, a meal delivery service catered to those with fitness and nutrition in mind. In 2014, they became the Chief Executive Officer and Founder of Eat Me Guilt Free.

package com.zte.zudp.admin.info.queinvest.entity;

import com.zte.zudp.admin.common.persistence.entity.DataEntity;

/**

* 问卷调查实体类

*/

public class QueInvest extends DataEntity {

private String title;

private String content;

private String type;

private String status;

private String startTime;

private String endTime;

private String remark;

public String getTitle() {

return title;

}

public void setTitle(String title) {

this.title = title;

}

public String getContent() {

return content;

}

public void setContent(String content) {

this.content = content;

}

public String getType() {

return type;

}

public void setType(String type) {

this.type = type;

}

public String getStatus() {

return status;

}

public void setStatus(String status) {

this.status = status;

}

public String getStartTime() {

return startTime;

}

public void setStartTime(String startTime) {

this.startTime = startTime;

}

public String getEndTime() {

return endTime;

}

public void setEndTime(String endTime) {

this.endTime = endTime;

}

public String getRemark() {

return remark;

}

public void setRemark(String remark) {

this.remark = remark;

}

}

Links

Timeline

  • Chief Executive Officer

    December, 2014 - present