| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293 |
- package com.minpay.db.table.model;
- import com.startup.minpay.frame.data.AbstractMINBean;
- public class PubSendDetail extends AbstractMINBean {
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pub_send_detail.SDT_FLOWNO
- *
- * @mbggenerated
- */
- private String flowno;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pub_send_detail.SDT_USERID
- *
- * @mbggenerated
- */
- private String userid;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pub_send_detail.SDT_CODE
- *
- * @mbggenerated
- */
- private String code;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pub_send_detail.SDT_TYPE
- *
- * @mbggenerated
- */
- private String type;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pub_send_detail.SDT_SCOPE
- *
- * @mbggenerated
- */
- private String scope;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pub_send_detail.SDT_SENDTIME
- *
- * @mbggenerated
- */
- private String sendtime;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pub_send_detail.SDT_STATUS
- *
- * @mbggenerated
- */
- private String status;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pub_send_detail.SDT_TEST_TIME
- *
- * @mbggenerated
- */
- private String testTime;
- /**
- * This field was generated by MyBatis Generator.
- * This field corresponds to the database column pub_send_detail.SDT_WRONG_TIMES
- *
- * @mbggenerated
- */
- private String wrongTimes;
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column pub_send_detail.SDT_FLOWNO
- *
- * @return the value of pub_send_detail.SDT_FLOWNO
- *
- * @mbggenerated
- */
- public String getFlowno() {
- return flowno;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column pub_send_detail.SDT_FLOWNO
- *
- * @param flowno the value for pub_send_detail.SDT_FLOWNO
- *
- * @mbggenerated
- */
- public void setFlowno(String flowno) {
- this.flowno = flowno == null ? null : flowno.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column pub_send_detail.SDT_USERID
- *
- * @return the value of pub_send_detail.SDT_USERID
- *
- * @mbggenerated
- */
- public String getUserid() {
- return userid;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column pub_send_detail.SDT_USERID
- *
- * @param userid the value for pub_send_detail.SDT_USERID
- *
- * @mbggenerated
- */
- public void setUserid(String userid) {
- this.userid = userid == null ? null : userid.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column pub_send_detail.SDT_CODE
- *
- * @return the value of pub_send_detail.SDT_CODE
- *
- * @mbggenerated
- */
- public String getCode() {
- return code;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column pub_send_detail.SDT_CODE
- *
- * @param code the value for pub_send_detail.SDT_CODE
- *
- * @mbggenerated
- */
- public void setCode(String code) {
- this.code = code == null ? null : code.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column pub_send_detail.SDT_TYPE
- *
- * @return the value of pub_send_detail.SDT_TYPE
- *
- * @mbggenerated
- */
- public String getType() {
- return type;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column pub_send_detail.SDT_TYPE
- *
- * @param type the value for pub_send_detail.SDT_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 pub_send_detail.SDT_SCOPE
- *
- * @return the value of pub_send_detail.SDT_SCOPE
- *
- * @mbggenerated
- */
- public String getScope() {
- return scope;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column pub_send_detail.SDT_SCOPE
- *
- * @param scope the value for pub_send_detail.SDT_SCOPE
- *
- * @mbggenerated
- */
- public void setScope(String scope) {
- this.scope = scope == null ? null : scope.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column pub_send_detail.SDT_SENDTIME
- *
- * @return the value of pub_send_detail.SDT_SENDTIME
- *
- * @mbggenerated
- */
- public String getSendtime() {
- return sendtime;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column pub_send_detail.SDT_SENDTIME
- *
- * @param sendtime the value for pub_send_detail.SDT_SENDTIME
- *
- * @mbggenerated
- */
- public void setSendtime(String sendtime) {
- this.sendtime = sendtime == null ? null : sendtime.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column pub_send_detail.SDT_STATUS
- *
- * @return the value of pub_send_detail.SDT_STATUS
- *
- * @mbggenerated
- */
- public String getStatus() {
- return status;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column pub_send_detail.SDT_STATUS
- *
- * @param status the value for pub_send_detail.SDT_STATUS
- *
- * @mbggenerated
- */
- public void setStatus(String status) {
- this.status = status == null ? null : status.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column pub_send_detail.SDT_TEST_TIME
- *
- * @return the value of pub_send_detail.SDT_TEST_TIME
- *
- * @mbggenerated
- */
- public String getTestTime() {
- return testTime;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column pub_send_detail.SDT_TEST_TIME
- *
- * @param testTime the value for pub_send_detail.SDT_TEST_TIME
- *
- * @mbggenerated
- */
- public void setTestTime(String testTime) {
- this.testTime = testTime == null ? null : testTime.trim();
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method returns the value of the database column pub_send_detail.SDT_WRONG_TIMES
- *
- * @return the value of pub_send_detail.SDT_WRONG_TIMES
- *
- * @mbggenerated
- */
- public String getWrongTimes() {
- return wrongTimes;
- }
- /**
- * This method was generated by MyBatis Generator.
- * This method sets the value of the database column pub_send_detail.SDT_WRONG_TIMES
- *
- * @param wrongTimes the value for pub_send_detail.SDT_WRONG_TIMES
- *
- * @mbggenerated
- */
- public void setWrongTimes(String wrongTimes) {
- this.wrongTimes = wrongTimes == null ? null : wrongTimes.trim();
- }
- }
|