| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261 |
- package com.minpay.db.table.model;
- import com.startup.minpay.frame.data.AbstractMINBean;
- public class TpNoticeInf extends AbstractMINBean {
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_notice_inf.NIF_FOLWNO
- *
- * @mbggenerated
- */
- private String folwno;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_notice_inf.NIF_ORDERNO
- *
- * @mbggenerated
- */
- private String orderno;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_notice_inf.NIF_STT
- *
- * @mbggenerated
- */
- private String stt;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_notice_inf.NIF_TYPE
- *
- * @mbggenerated
- */
- private String type;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_notice_inf.NIF_AUTHER
- *
- * @mbggenerated
- */
- private String auther;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_notice_inf.NIF_RESULT
- *
- * @mbggenerated
- */
- private String result;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_notice_inf.NIF_TIME
- *
- * @mbggenerated
- */
- private String time;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column tp_notice_inf.NIF_OPINION
- *
- * @mbggenerated
- */
- private String opinion;
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_notice_inf.NIF_FOLWNO
- *
- * @return the value of tp_notice_inf.NIF_FOLWNO
- *
- * @mbggenerated
- */
- public String getFolwno() {
- return folwno;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_notice_inf.NIF_FOLWNO
- *
- * @param folwno the value for tp_notice_inf.NIF_FOLWNO
- *
- * @mbggenerated
- */
- public void setFolwno(String folwno) {
- this.folwno = folwno == null ? null : folwno.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_notice_inf.NIF_ORDERNO
- *
- * @return the value of tp_notice_inf.NIF_ORDERNO
- *
- * @mbggenerated
- */
- public String getOrderno() {
- return orderno;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_notice_inf.NIF_ORDERNO
- *
- * @param orderno the value for tp_notice_inf.NIF_ORDERNO
- *
- * @mbggenerated
- */
- public void setOrderno(String orderno) {
- this.orderno = orderno == null ? null : orderno.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_notice_inf.NIF_STT
- *
- * @return the value of tp_notice_inf.NIF_STT
- *
- * @mbggenerated
- */
- public String getStt() {
- return stt;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_notice_inf.NIF_STT
- *
- * @param stt the value for tp_notice_inf.NIF_STT
- *
- * @mbggenerated
- */
- public void setStt(String stt) {
- this.stt = stt == null ? null : stt.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_notice_inf.NIF_TYPE
- *
- * @return the value of tp_notice_inf.NIF_TYPE
- *
- * @mbggenerated
- */
- public String getType() {
- return type;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_notice_inf.NIF_TYPE
- *
- * @param type the value for tp_notice_inf.NIF_TYPE
- *
- * @mbggenerated
- */
- public void setType(String type) {
- this.type = type == null ? null : type.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_notice_inf.NIF_AUTHER
- *
- * @return the value of tp_notice_inf.NIF_AUTHER
- *
- * @mbggenerated
- */
- public String getAuther() {
- return auther;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_notice_inf.NIF_AUTHER
- *
- * @param auther the value for tp_notice_inf.NIF_AUTHER
- *
- * @mbggenerated
- */
- public void setAuther(String auther) {
- this.auther = auther == null ? null : auther.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_notice_inf.NIF_RESULT
- *
- * @return the value of tp_notice_inf.NIF_RESULT
- *
- * @mbggenerated
- */
- public String getResult() {
- return result;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_notice_inf.NIF_RESULT
- *
- * @param result the value for tp_notice_inf.NIF_RESULT
- *
- * @mbggenerated
- */
- public void setResult(String result) {
- this.result = result == null ? null : result.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_notice_inf.NIF_TIME
- *
- * @return the value of tp_notice_inf.NIF_TIME
- *
- * @mbggenerated
- */
- public String getTime() {
- return time;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_notice_inf.NIF_TIME
- *
- * @param time the value for tp_notice_inf.NIF_TIME
- *
- * @mbggenerated
- */
- public void setTime(String time) {
- this.time = time == null ? null : time.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column tp_notice_inf.NIF_OPINION
- *
- * @return the value of tp_notice_inf.NIF_OPINION
- *
- * @mbggenerated
- */
- public String getOpinion() {
- return opinion;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column tp_notice_inf.NIF_OPINION
- *
- * @param opinion the value for tp_notice_inf.NIF_OPINION
- *
- * @mbggenerated
- */
- public void setOpinion(String opinion) {
- this.opinion = opinion == null ? null : opinion.trim();
- }
- }
|