Helius
2022-05-27 4351e71d782741143a98f86f6648acd16689165f
zq-erp/src/main/java/com/matrix/system/hive/bean/AchieveNew.java
@@ -1,5 +1,7 @@
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;
@@ -13,9 +15,9 @@
 */
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;
         
   
@@ -191,6 +193,8 @@
   private String day;
   private String vipQueryKey;
   private Long achieveRuleId;
   /**
@@ -541,6 +545,13 @@
      this.day = day;
   }
   public Long getAchieveRuleId() {
      return achieveRuleId;
   }
   public void setAchieveRuleId(Long achieveRuleId) {
      this.achieveRuleId = achieveRuleId;
   }
   public String getOrderNo() {
      return orderNo;