| | |
| | | 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; |
| | |
| | | */ |
| | | 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; |
| | | |
| | | |
| | |
| | | |
| | | 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; |
| | | |
| | | |
| | |
| | | this.day = day; |
| | | } |
| | | |
| | | public Long getAchieveRuleId() { |
| | | return achieveRuleId; |
| | | } |
| | | |
| | | public void setAchieveRuleId(Long achieveRuleId) { |
| | | this.achieveRuleId = achieveRuleId; |
| | | } |
| | | |
| | | public String getOrderNo() { |
| | | return orderNo; |