| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455 |
- 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;
- }
- }
|