| | |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.matrix.core.anotations.Extend; |
| | | import com.matrix.system.hive.plugin.util.DateUtils; |
| | | import com.matrix.core.tools.DateUtil; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | |
| | | import java.io.Serializable; |
| | |
| | | |
| | | |
| | | private String t2; |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 业绩种类 1-现金业绩 2-划扣业绩 |
| | | */ |
| | | private String t3; |
| | | |
| | | |
| | |
| | | |
| | | private String day; |
| | | |
| | | private String vipQueryKey; |
| | | |
| | | |
| | | /** |
| | | * 订单编号 |
| | |
| | | */ |
| | | private String meiliao; |
| | | |
| | | private Integer arriveCnt; |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 开始时间 |
| | | */ |
| | | @DateTimeFormat(pattern = DateUtils.DATE_FORMAT_MM) |
| | | @DateTimeFormat(pattern = DateUtil.DATE_FORMAT_MM) |
| | | private Date beginTime; |
| | | |
| | | |
| | | /** |
| | | * 结束时间 |
| | | */ |
| | | @DateTimeFormat(pattern = DateUtils.DATE_FORMAT_MM) |
| | | @DateTimeFormat(pattern = DateUtil.DATE_FORMAT_MM) |
| | | private Date endTime; |
| | | |
| | | |
| | |
| | | @Extend |
| | | private Double achieveMoney; |
| | | |
| | | private String goodsNo; |
| | | |
| | | private String goodsName; |
| | | |
| | | private String type; |
| | | |
| | | 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; |