935090232@qq.com
2021-06-17 c4e5a143a1a22124daf6fbd95269ca14a6c7d149
zq-erp/src/main/java/com/matrix/system/hive/bean/AchieveNew.java
@@ -3,11 +3,9 @@
import com.fasterxml.jackson.annotation.JsonFormat;
import com.matrix.core.anotations.Extend;
import com.matrix.core.tools.DateUtil;
import com.matrix.system.app.dto.BasePageDto;
import com.matrix.system.common.bean.EntityDTOExt;
import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serializable;
import java.util.Date;
/**
 *
@@ -251,6 +249,19 @@
   private String cateName;
   /**
    * 业绩规则名称
    */
   private String achieveRuleName;
   public String getAchieveRuleName() {
      return achieveRuleName;
   }
   public void setAchieveRuleName(String achieveRuleName) {
      this.achieveRuleName = achieveRuleName;
   }
   public Double getCardCash() {
      return cardCash;
   }