| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247 |
- package com.goafanti.common.model;
- import java.math.BigDecimal;
- import java.util.Date;
- public class OfficialFeePrice {
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column official_fee_price.id
- *
- * @mbg.generated Thu Sep 03 15:51:31 CST 2020
- */
- private Integer id;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column official_fee_price.name
- *
- * @mbg.generated Thu Sep 03 15:51:31 CST 2020
- */
- private String name;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column official_fee_price.amount
- *
- * @mbg.generated Thu Sep 03 15:51:31 CST 2020
- */
- private BigDecimal amount;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column official_fee_price.proportion85
- *
- * @mbg.generated Thu Sep 03 15:51:31 CST 2020
- */
- private BigDecimal proportion85;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column official_fee_price.proportion75
- *
- * @mbg.generated Thu Sep 03 15:51:31 CST 2020
- */
- private BigDecimal proportion75;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column official_fee_price.remarks
- *
- * @mbg.generated Thu Sep 03 15:51:31 CST 2020
- */
- private String remarks;
- /**
- *
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column official_fee_price.create_time
- *
- * @mbg.generated Thu Sep 03 15:51:31 CST 2020
- */
- private Date createTime;
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column official_fee_price.id
- *
- * @return the value of official_fee_price.id
- *
- * @mbg.generated Thu Sep 03 15:51:31 CST 2020
- */
- public Integer getId() {
- return id;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column official_fee_price.id
- *
- * @param id the value for official_fee_price.id
- *
- * @mbg.generated Thu Sep 03 15:51:31 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 official_fee_price.name
- *
- * @return the value of official_fee_price.name
- *
- * @mbg.generated Thu Sep 03 15:51:31 CST 2020
- */
- public String getName() {
- return name;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column official_fee_price.name
- *
- * @param name the value for official_fee_price.name
- *
- * @mbg.generated Thu Sep 03 15:51:31 CST 2020
- */
- public void setName(String name) {
- this.name = name;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column official_fee_price.amount
- *
- * @return the value of official_fee_price.amount
- *
- * @mbg.generated Thu Sep 03 15:51:31 CST 2020
- */
- public BigDecimal getAmount() {
- return amount;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column official_fee_price.amount
- *
- * @param amount the value for official_fee_price.amount
- *
- * @mbg.generated Thu Sep 03 15:51:31 CST 2020
- */
- public void setAmount(BigDecimal amount) {
- this.amount = amount;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column official_fee_price.proportion85
- *
- * @return the value of official_fee_price.proportion85
- *
- * @mbg.generated Thu Sep 03 15:51:31 CST 2020
- */
- public BigDecimal getProportion85() {
- return proportion85;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column official_fee_price.proportion85
- *
- * @param proportion85 the value for official_fee_price.proportion85
- *
- * @mbg.generated Thu Sep 03 15:51:31 CST 2020
- */
- public void setProportion85(BigDecimal proportion85) {
- this.proportion85 = proportion85;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column official_fee_price.proportion75
- *
- * @return the value of official_fee_price.proportion75
- *
- * @mbg.generated Thu Sep 03 15:51:31 CST 2020
- */
- public BigDecimal getProportion75() {
- return proportion75;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column official_fee_price.proportion75
- *
- * @param proportion75 the value for official_fee_price.proportion75
- *
- * @mbg.generated Thu Sep 03 15:51:31 CST 2020
- */
- public void setProportion75(BigDecimal proportion75) {
- this.proportion75 = proportion75;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column official_fee_price.remarks
- *
- * @return the value of official_fee_price.remarks
- *
- * @mbg.generated Thu Sep 03 15:51:31 CST 2020
- */
- public String getRemarks() {
- return remarks;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column official_fee_price.remarks
- *
- * @param remarks the value for official_fee_price.remarks
- *
- * @mbg.generated Thu Sep 03 15:51:31 CST 2020
- */
- public void setRemarks(String remarks) {
- this.remarks = remarks;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column official_fee_price.create_time
- *
- * @return the value of official_fee_price.create_time
- *
- * @mbg.generated Thu Sep 03 15:51:31 CST 2020
- */
- public Date getCreateTime() {
- return createTime;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column official_fee_price.create_time
- *
- * @param createTime the value for official_fee_price.create_time
- *
- * @mbg.generated Thu Sep 03 15:51:31 CST 2020
- */
- public void setCreateTime(Date createTime) {
- this.createTime = createTime;
- }
-
- public String getCreateTimes() {
- return createTimes;
- }
- public void setCreateTimes(String createTimes) {
- this.createTimes = createTimes;
- }
- private String createTimes;
- }
|