| | |
| | | package com.matrix.system.hive.bean; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | 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.io.Serializable; |
| | | import java.util.Date; |
| | | /** |
| | | * |
| | | * @date 2019-03-24 23:55 |
| | | */ |
| | | public class AchieveNew implements Serializable{ |
| | | public class AchieveNew extends EntityDTOExt { |
| | | @Extend |
| | | private static final long serialVersionUID = 1L; |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | |
| | | @TableId(type = IdType.AUTO) |
| | | private Long id; |
| | | |
| | | |
| | |
| | | |
| | | |
| | | /** |
| | | * 美疗师id |
| | | * 美疗师id 把这个字段视为正式的业绩归属人 |
| | | */ |
| | | private Long beaultId; |
| | | |
| | |
| | | * 购买业绩 |
| | | */ |
| | | private Double goodsCash; |
| | | |
| | | private Double cardCash; |
| | | |
| | | /** |
| | | * 赠送消耗 |
| | |
| | | |
| | | private String vipQueryKey; |
| | | |
| | | private Long achieveRuleId; |
| | | |
| | | |
| | | /** |
| | | * 订单编号 |
| | |
| | | * 开始时间 |
| | | */ |
| | | @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 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; |
| | |
| | | this.day = day; |
| | | } |
| | | |
| | | public Long getAchieveRuleId() { |
| | | return achieveRuleId; |
| | | } |
| | | |
| | | public void setAchieveRuleId(Long achieveRuleId) { |
| | | this.achieveRuleId = achieveRuleId; |
| | | } |
| | | |
| | | public String getOrderNo() { |
| | | return orderNo; |