package com.goafanti.common.model; import java.math.BigDecimal; import java.util.Date; public class TChangeDun { /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_dun.id * @mbg.generated Mon May 18 15:26:46 CST 2020 */ private Integer id; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_dun.did * @mbg.generated Mon May 18 15:26:46 CST 2020 */ private Integer did; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_dun.cid * @mbg.generated Mon May 18 15:26:46 CST 2020 */ private Integer cid; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_dun.order_no * @mbg.generated Mon May 18 15:26:46 CST 2020 */ private String orderNo; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_dun.tid * @mbg.generated Mon May 18 15:26:46 CST 2020 */ private Integer tid; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_dun.ctid * @mbg.generated Mon May 18 15:26:46 CST 2020 */ private Integer ctid; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_dun.project_type * @mbg.generated Mon May 18 15:26:46 CST 2020 */ private Integer projectType; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_dun.dun_type * @mbg.generated Mon May 18 15:26:46 CST 2020 */ private Integer dunType; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_dun.wait_day * @mbg.generated Mon May 18 15:26:46 CST 2020 */ private Integer waitDay; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_dun.effective_count * @mbg.generated Mon May 18 15:26:46 CST 2020 */ private Integer effectiveCount; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_dun.aid * @mbg.generated Mon May 18 15:26:46 CST 2020 */ private String aid; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_dun.status * @mbg.generated Mon May 18 15:26:46 CST 2020 */ private Integer status; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_dun.type * @mbg.generated Mon May 18 15:26:46 CST 2020 */ private Integer type; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_dun.create_time * @mbg.generated Mon May 18 15:26:46 CST 2020 */ private Date createTime; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_dun.start_time * @mbg.generated Mon May 18 15:26:46 CST 2020 */ private Date startTime; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_dun.money * @mbg.generated Mon May 18 15:26:46 CST 2020 */ private BigDecimal money; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_dun.appropriation_ratio * @mbg.generated Mon May 18 15:26:46 CST 2020 */ private BigDecimal appropriationRatio; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_dun.customize_name * @mbg.generated Mon May 18 15:26:46 CST 2020 */ private String customizeName; /** * This field was generated by MyBatis Generator. This field corresponds to the database column t_change_dun.customize_time * @mbg.generated Mon May 18 15:26:46 CST 2020 */ private Date customizeTime; /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_dun.id * @return the value of t_change_dun.id * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public Integer getId() { return id; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_dun.id * @param id the value for t_change_dun.id * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public void setId(Integer id) { this.id = id; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_dun.did * @return the value of t_change_dun.did * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public Integer getDid() { return did; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_dun.did * @param did the value for t_change_dun.did * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public void setDid(Integer did) { this.did = did; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_dun.cid * @return the value of t_change_dun.cid * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public Integer getCid() { return cid; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_dun.cid * @param cid the value for t_change_dun.cid * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public void setCid(Integer cid) { this.cid = cid; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_dun.order_no * @return the value of t_change_dun.order_no * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public String getOrderNo() { return orderNo; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_dun.order_no * @param orderNo the value for t_change_dun.order_no * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public void setOrderNo(String orderNo) { this.orderNo = orderNo; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_dun.tid * @return the value of t_change_dun.tid * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public Integer getTid() { return tid; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_dun.tid * @param tid the value for t_change_dun.tid * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public void setTid(Integer tid) { this.tid = tid; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_dun.ctid * @return the value of t_change_dun.ctid * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public Integer getCtid() { return ctid; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_dun.ctid * @param ctid the value for t_change_dun.ctid * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public void setCtid(Integer ctid) { this.ctid = ctid; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_dun.project_type * @return the value of t_change_dun.project_type * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public Integer getProjectType() { return projectType; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_dun.project_type * @param projectType the value for t_change_dun.project_type * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public void setProjectType(Integer projectType) { this.projectType = projectType; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_dun.dun_type * @return the value of t_change_dun.dun_type * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public Integer getDunType() { return dunType; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_dun.dun_type * @param dunType the value for t_change_dun.dun_type * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public void setDunType(Integer dunType) { this.dunType = dunType; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_dun.wait_day * @return the value of t_change_dun.wait_day * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public Integer getWaitDay() { return waitDay; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_dun.wait_day * @param waitDay the value for t_change_dun.wait_day * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public void setWaitDay(Integer waitDay) { this.waitDay = waitDay; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_dun.effective_count * @return the value of t_change_dun.effective_count * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public Integer getEffectiveCount() { return effectiveCount; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_dun.effective_count * @param effectiveCount the value for t_change_dun.effective_count * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public void setEffectiveCount(Integer effectiveCount) { this.effectiveCount = effectiveCount; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_dun.aid * @return the value of t_change_dun.aid * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public String getAid() { return aid; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_dun.aid * @param aid the value for t_change_dun.aid * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public void setAid(String aid) { this.aid = aid; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_dun.status * @return the value of t_change_dun.status * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public Integer getStatus() { return status; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_dun.status * @param status the value for t_change_dun.status * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public void setStatus(Integer status) { this.status = status; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_dun.type * @return the value of t_change_dun.type * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public Integer getType() { return type; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_dun.type * @param type the value for t_change_dun.type * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public void setType(Integer type) { this.type = type; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_dun.create_time * @return the value of t_change_dun.create_time * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public Date getCreateTime() { return createTime; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_dun.create_time * @param createTime the value for t_change_dun.create_time * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public void setCreateTime(Date createTime) { this.createTime = createTime; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_dun.start_time * @return the value of t_change_dun.start_time * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public Date getStartTime() { return startTime; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_dun.start_time * @param startTime the value for t_change_dun.start_time * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public void setStartTime(Date startTime) { this.startTime = startTime; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_dun.money * @return the value of t_change_dun.money * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public BigDecimal getMoney() { return money; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_dun.money * @param money the value for t_change_dun.money * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public void setMoney(BigDecimal money) { this.money = money; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_dun.appropriation_ratio * @return the value of t_change_dun.appropriation_ratio * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public BigDecimal getAppropriationRatio() { return appropriationRatio; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_dun.appropriation_ratio * @param appropriationRatio the value for t_change_dun.appropriation_ratio * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public void setAppropriationRatio(BigDecimal appropriationRatio) { this.appropriationRatio = appropriationRatio; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_dun.customize_name * @return the value of t_change_dun.customize_name * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public String getCustomizeName() { return customizeName; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_dun.customize_name * @param customizeName the value for t_change_dun.customize_name * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public void setCustomizeName(String customizeName) { this.customizeName = customizeName; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column t_change_dun.customize_time * @return the value of t_change_dun.customize_time * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public Date getCustomizeTime() { return customizeTime; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column t_change_dun.customize_time * @param customizeTime the value for t_change_dun.customize_time * @mbg.generated Mon May 18 15:26:46 CST 2020 */ public void setCustomizeTime(Date customizeTime) { this.customizeTime = customizeTime; } private String customizeTimes; public String getCustomizeTimes() { return customizeTimes; } public void setCustomizeTimes(String customizeTimes) { this.customizeTimes = customizeTimes; } }