package com.matrix.system.hive.bean;
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
import com.matrix.core.anotations.Extend;
|
import com.matrix.core.tools.DateUtil;
|
import com.matrix.system.common.bean.EntityDTOExt;
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
import java.util.Date;
|
/**
|
*
|
* @date 2019-03-24 23:55
|
*/
|
public class AchieveNew extends EntityDTOExt {
|
@Extend
|
private static final long serialVersionUID = 1L;
|
|
|
private Long id;
|
|
|
/**
|
* 顾问id
|
*/
|
private Long saleId;
|
|
|
/**
|
* 美疗师id 把这个字段视为正式的业绩归属人
|
*/
|
private Long beaultId;
|
|
|
/**
|
* 门店id
|
*/
|
private Long shopId;
|
|
|
/**
|
* 创建时间
|
*/
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone="GMT+8")
|
private Date datatime;
|
|
|
/**
|
* 订单编号
|
*/
|
private Long orderId;
|
|
|
/**
|
* 订单明细id
|
*/
|
private Long orderItemId;
|
|
|
/**
|
* 业绩产品
|
*/
|
private Long shoppingGoodsId;
|
|
|
/**
|
* 服务单id
|
*/
|
private Long serviceOrderId;
|
|
|
/**
|
* 客户id
|
*/
|
private Long vipId;
|
|
|
|
/**
|
* 购买业绩
|
*/
|
private Double goodsCash;
|
|
private Double cardCash;
|
|
/**
|
* 赠送消耗
|
*/
|
private Double freeConsume;
|
|
|
/**
|
* 本金消耗
|
*/
|
private Double hisConsume;
|
|
|
|
|
/**
|
* 项目个数
|
*/
|
private Integer projNum;
|
|
|
/**
|
* 人头数
|
*/
|
private Double numberOfPeople;
|
|
|
/**
|
* 门店名称
|
*/
|
private String shopName;
|
|
|
/**
|
* 项目时长
|
*/
|
private Integer projTime;
|
|
|
/**
|
* 业绩说明
|
*/
|
private String remark;
|
|
|
/**
|
* 订单类型 服务单,订单
|
*/
|
private String orderType;
|
|
|
/**
|
* 项目提成
|
*/
|
private Double projPercentage;
|
|
/**
|
* 总金额
|
*/
|
private Double zkTotal;
|
|
/**
|
* 公司id
|
*/
|
private Long companyId;
|
|
private String t1;
|
|
|
private String t2;
|
|
|
/**
|
* 业绩类型
|
*/
|
private String achieveType;
|
|
|
private String t4;
|
|
|
private String t5;
|
|
|
private String t6;
|
|
|
private String t8;
|
|
|
private String t9;
|
|
|
|
/** 扩展界面显示字段 */
|
/**
|
*
|
*/
|
/**
|
* 年份
|
*/
|
private String year;
|
/**
|
* 月份
|
*/
|
private String month;
|
|
private String day;
|
|
private String vipQueryKey;
|
|
|
/**
|
* 订单编号
|
*/
|
private String orderNo;
|
/**
|
* 会员级别
|
*/
|
private String levelName;
|
/**
|
* 会员名
|
*/
|
private String vipName;
|
/**
|
* 项目名
|
*/
|
private String proName;
|
|
/**
|
* 顾问
|
*/
|
private String guwen;
|
/**
|
* 美疗师
|
*/
|
private String meiliao;
|
|
private Integer arriveCnt;
|
|
|
|
|
/**
|
* 开始时间
|
*/
|
@DateTimeFormat(pattern = DateUtil.DATE_FORMAT_MM)
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm")
|
private Date beginTime;
|
|
|
/**
|
* 结束时间
|
*/
|
@DateTimeFormat(pattern = DateUtil.DATE_FORMAT_MM)
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm")
|
private Date endTime;
|
|
|
|
private String goodsNo;
|
|
private String goodsName;
|
|
private String type;
|
|
private String payMethod;
|
|
private String cateName;
|
|
/**
|
* 业绩规则名称
|
*/
|
private String achieveRuleName;
|
|
public String getAchieveRuleName() {
|
return achieveRuleName;
|
}
|
|
public void setAchieveRuleName(String achieveRuleName) {
|
this.achieveRuleName = achieveRuleName;
|
}
|
|
public Double getCardCash() {
|
return cardCash;
|
}
|
|
public void setCardCash(Double cardCash) {
|
this.cardCash = cardCash;
|
}
|
|
public String getCateName() {
|
return cateName;
|
}
|
|
public void setCateName(String cateName) {
|
this.cateName = cateName;
|
}
|
|
public String getPayMethod() {
|
return payMethod;
|
}
|
|
public void setPayMethod(String payMethod) {
|
this.payMethod = payMethod;
|
}
|
|
public String getType() {
|
return type;
|
}
|
|
public void setType(String type) {
|
this.type = type;
|
}
|
|
public String getGoodsNo() {
|
return goodsNo;
|
}
|
|
public void setGoodsNo(String goodsNo) {
|
this.goodsNo = goodsNo;
|
}
|
|
public String getGoodsName() {
|
return goodsName;
|
}
|
|
public void setGoodsName(String goodsName) {
|
this.goodsName = goodsName;
|
}
|
|
public Integer getArriveCnt() {
|
return arriveCnt;
|
}
|
|
public void setArriveCnt(Integer arriveCnt) {
|
this.arriveCnt = arriveCnt;
|
}
|
|
public String getVipQueryKey() {
|
return vipQueryKey;
|
}
|
|
public void setVipQueryKey(String vipQueryKey) {
|
this.vipQueryKey = vipQueryKey;
|
}
|
|
public Long getCompanyId() {
|
return companyId;
|
}
|
|
public void setCompanyId(Long companyId) {
|
this.companyId = companyId;
|
}
|
|
|
public Date getBeginTime() {
|
return beginTime;
|
}
|
public void setBeginTime(Date beginTime) {
|
this.beginTime = beginTime;
|
}
|
public Date getEndTime() {
|
return endTime;
|
}
|
public void setEndTime(Date endTime) {
|
this.endTime = endTime;
|
}
|
public Long getId() {
|
return id;
|
}
|
public void setId(Long id) {
|
this.id = id;
|
}
|
public Long getSaleId() {
|
return saleId;
|
}
|
public void setSaleId(Long saleId) {
|
this.saleId = saleId;
|
}
|
public Long getBeaultId() {
|
return beaultId;
|
}
|
public void setBeaultId(Long beaultId) {
|
this.beaultId = beaultId;
|
}
|
public Long getShopId() {
|
return shopId;
|
}
|
public void setShopId(Long shopId) {
|
this.shopId = shopId;
|
}
|
public Date getDatatime() {
|
return datatime;
|
}
|
public void setDatatime(Date datatime) {
|
this.datatime = datatime;
|
}
|
public Long getOrderId() {
|
return orderId;
|
}
|
public void setOrderId(Long orderId) {
|
this.orderId = orderId;
|
}
|
public Long getOrderItemId() {
|
return orderItemId;
|
}
|
public void setOrderItemId(Long orderItemId) {
|
this.orderItemId = orderItemId;
|
}
|
public Long getShoppingGoodsId() {
|
return shoppingGoodsId;
|
}
|
public void setShoppingGoodsId(Long shoppingGoodsId) {
|
this.shoppingGoodsId = shoppingGoodsId;
|
}
|
public Long getServiceOrderId() {
|
return serviceOrderId;
|
}
|
public void setServiceOrderId(Long serviceOrderId) {
|
this.serviceOrderId = serviceOrderId;
|
}
|
public Long getVipId() {
|
return vipId;
|
}
|
public void setVipId(Long vipId) {
|
this.vipId = vipId;
|
}
|
public Double getFreeConsume() {
|
return freeConsume;
|
}
|
public void setFreeConsume(Double freeConsume) {
|
this.freeConsume = freeConsume;
|
}
|
public Double getHisConsume() {
|
return hisConsume;
|
}
|
public void setHisConsume(Double hisConsume) {
|
this.hisConsume = hisConsume;
|
}
|
|
|
public Double getGoodsCash() {
|
return goodsCash;
|
}
|
public void setGoodsCash(Double goodsCash) {
|
this.goodsCash = goodsCash;
|
}
|
public Integer getProjNum() {
|
return projNum;
|
}
|
public void setProjNum(Integer projNum) {
|
this.projNum = projNum;
|
}
|
public Double getNumberOfPeople() {
|
return numberOfPeople;
|
}
|
public void setNumberOfPeople(Double numberOfPeople) {
|
this.numberOfPeople = numberOfPeople;
|
}
|
public String getShopName() {
|
return shopName;
|
}
|
public void setShopName(String shopName) {
|
this.shopName = shopName;
|
}
|
public Integer getProjTime() {
|
return projTime;
|
}
|
public void setProjTime(Integer projTime) {
|
this.projTime = projTime;
|
}
|
public String getRemark() {
|
return remark;
|
}
|
public void setRemark(String remark) {
|
this.remark = remark;
|
}
|
public String getOrderType() {
|
return orderType;
|
}
|
public void setOrderType(String orderType) {
|
this.orderType = orderType;
|
}
|
public Double getProjPercentage() {
|
return projPercentage;
|
}
|
public void setProjPercentage(Double projPercentage) {
|
this.projPercentage = projPercentage;
|
}
|
public String getT1() {
|
return t1;
|
}
|
public void setT1(String t1) {
|
this.t1 = t1;
|
}
|
public String getT2() {
|
return t2;
|
}
|
public void setT2(String t2) {
|
this.t2 = t2;
|
}
|
|
public String getAchieveType() {
|
return achieveType;
|
}
|
|
public void setAchieveType(String achieveType) {
|
this.achieveType = achieveType;
|
}
|
|
public String getT4() {
|
return t4;
|
}
|
public void setT4(String t4) {
|
this.t4 = t4;
|
}
|
public String getT5() {
|
return t5;
|
}
|
public void setT5(String t5) {
|
this.t5 = t5;
|
}
|
public String getT6() {
|
return t6;
|
}
|
public void setT6(String t6) {
|
this.t6 = t6;
|
}
|
public String getT8() {
|
return t8;
|
}
|
public void setT8(String t8) {
|
this.t8 = t8;
|
}
|
public String getT9() {
|
return t9;
|
}
|
public void setT9(String t9) {
|
this.t9 = t9;
|
}
|
public String getYear() {
|
return year;
|
}
|
public void setYear(String year) {
|
this.year = year;
|
}
|
public String getMonth() {
|
return month;
|
}
|
public void setMonth(String month) {
|
this.month = month;
|
}
|
public String getDay() {
|
return day;
|
}
|
public void setDay(String day) {
|
this.day = day;
|
}
|
|
|
public String getOrderNo() {
|
return orderNo;
|
}
|
public void setOrderNo(String orderNo) {
|
this.orderNo = orderNo;
|
}
|
public String getLevelName() {
|
return levelName;
|
}
|
public void setLevelName(String levelName) {
|
this.levelName = levelName;
|
}
|
public String getVipName() {
|
return vipName;
|
}
|
public void setVipName(String vipName) {
|
this.vipName = vipName;
|
}
|
public String getProName() {
|
return proName;
|
}
|
public void setProName(String proName) {
|
this.proName = proName;
|
}
|
public String getGuwen() {
|
return guwen;
|
}
|
public void setGuwen(String guwen) {
|
this.guwen = guwen;
|
}
|
public String getMeiliao() {
|
return meiliao;
|
}
|
public void setMeiliao(String meiliao) {
|
this.meiliao = meiliao;
|
}
|
public Double getZkTotal() {
|
return zkTotal;
|
}
|
public void setZkTotal(Double zkTotal) {
|
this.zkTotal = zkTotal;
|
}
|
|
|
|
|
|
}
|