package com.matrix.system.hive.bean; 
 | 
  
 | 
import com.matrix.core.pojo.EntityDTO; 
 | 
  
 | 
import java.util.Date; 
 | 
  
 | 
/** 
 | 
 * @description 经营数据 
 | 
 * @author  
 | 
 * @date 2020-02-08 10:18 
 | 
 */ 
 | 
public class SysBusinessData  extends EntityDTO{ 
 | 
  
 | 
     
 | 
    /** 
 | 
     * 主键 
 | 
     */ 
 | 
    private Integer  id; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 日期 
 | 
     */ 
 | 
    private Date time; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 公司 
 | 
     */ 
 | 
    private Long  companyId; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 门店 
 | 
     */ 
 | 
    private Long  shopId; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 字段名称 
 | 
     */ 
 | 
    private String  name; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 值 
 | 
     */ 
 | 
    private String  value; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 唯一编码 
 | 
     */ 
 | 
    private String  code; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 排序角标 
 | 
     */ 
 | 
    private Integer  sequence; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 数据类型 
 | 
     */ 
 | 
    private Integer  dataType; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 扩展字段1 
 | 
     */ 
 | 
    private String  t1; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 扩展字段2 
 | 
     */ 
 | 
    private String  t2; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 扩展字段3 
 | 
     */ 
 | 
    private String  t3; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 扩展字段4 
 | 
     */ 
 | 
    private String  t4; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 扩展字段5 
 | 
     */ 
 | 
    private String  t5; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 扩展字段6 
 | 
     */ 
 | 
    private String  t6; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 扩展字段7 
 | 
     */ 
 | 
    private String  t7; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 扩展字段8 
 | 
     */ 
 | 
    private String  t8; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 扩展字段9 
 | 
     */ 
 | 
    private String  t9; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 扩展字段10 
 | 
     */ 
 | 
    private String  t10; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 扩展字段11 
 | 
     */ 
 | 
    private String  t11; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 扩展字段12 
 | 
     */ 
 | 
    private String  t12; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 扩展字段13 
 | 
     */ 
 | 
    private String  t13; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 扩展字段14 
 | 
     */ 
 | 
    private String  t14; 
 | 
             
 | 
     
 | 
    /** 
 | 
     * 扩展字段15 
 | 
     */ 
 | 
    private String  t15; 
 | 
             
 | 
     
 | 
  
 | 
    public Integer getId() { 
 | 
        return id; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setId(Integer id) { 
 | 
        this.id=id; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public Date getTime() { 
 | 
        return time; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setTime(Date time) { 
 | 
        this.time=time; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public Long getCompanyId() { 
 | 
        return companyId; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setCompanyId(Long companyId) { 
 | 
        this.companyId=companyId; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public Long getShopId() { 
 | 
        return shopId; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setShopId(Long shopId) { 
 | 
        this.shopId=shopId; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public String getName() { 
 | 
        return name; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setName(String name) { 
 | 
        this.name=name; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public String getValue() { 
 | 
        return value; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setValue(String value) { 
 | 
        this.value=value; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public String getCode() { 
 | 
        return code; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setCode(String code) { 
 | 
        this.code=code; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public Integer getSequence() { 
 | 
        return sequence; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setSequence(Integer sequence) { 
 | 
        this.sequence=sequence; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public Integer getDataType() { 
 | 
        return dataType; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setDataType(Integer dataType) { 
 | 
        this.dataType=dataType; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public String getT1() { 
 | 
        return t1; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setT1(String t1) { 
 | 
        this.t1=t1; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public String getT2() { 
 | 
        return t2; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setT2(String t2) { 
 | 
        this.t2=t2; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public String getT3() { 
 | 
        return t3; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setT3(String t3) { 
 | 
        this.t3=t3; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public String getT4() { 
 | 
        return t4; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setT4(String t4) { 
 | 
        this.t4=t4; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public String getT5() { 
 | 
        return t5; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setT5(String t5) { 
 | 
        this.t5=t5; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public String getT6() { 
 | 
        return t6; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setT6(String t6) { 
 | 
        this.t6=t6; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public String getT7() { 
 | 
        return t7; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setT7(String t7) { 
 | 
        this.t7=t7; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public String getT8() { 
 | 
        return t8; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setT8(String t8) { 
 | 
        this.t8=t8; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public String getT9() { 
 | 
        return t9; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setT9(String t9) { 
 | 
        this.t9=t9; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public String getT10() { 
 | 
        return t10; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setT10(String t10) { 
 | 
        this.t10=t10; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public String getT11() { 
 | 
        return t11; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setT11(String t11) { 
 | 
        this.t11=t11; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public String getT12() { 
 | 
        return t12; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setT12(String t12) { 
 | 
        this.t12=t12; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public String getT13() { 
 | 
        return t13; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setT13(String t13) { 
 | 
        this.t13=t13; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public String getT14() { 
 | 
        return t14; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setT14(String t14) { 
 | 
        this.t14=t14; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
    public String getT15() { 
 | 
        return t15; 
 | 
    } 
 | 
        
 | 
       public SysBusinessData setT15(String t15) { 
 | 
        this.t15=t15; 
 | 
        return this; 
 | 
    } 
 | 
        
 | 
  
 | 
  
 | 
   
 | 
} 
 |