|
@@ -5,175 +5,161 @@ import java.util.Date;
|
|
|
public class OutsourceLog {
|
|
public class OutsourceLog {
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column outsource_log.id
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column outsource_log.id
|
|
|
- * @mbg.generated Fri Jun 12 16:30:16 CST 2020
|
|
|
|
|
|
|
+ * @mbg.generated Mon Jun 15 09:10:10 CST 2020
|
|
|
*/
|
|
*/
|
|
|
private Integer id;
|
|
private Integer id;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column outsource_log.tid
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column outsource_log.tid
|
|
|
- * @mbg.generated Fri Jun 12 16:30:16 CST 2020
|
|
|
|
|
|
|
+ * @mbg.generated Mon Jun 15 09:10:10 CST 2020
|
|
|
*/
|
|
*/
|
|
|
private Integer tid;
|
|
private Integer tid;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column outsource_log.status
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column outsource_log.status
|
|
|
- * @mbg.generated Fri Jun 12 16:30:16 CST 2020
|
|
|
|
|
|
|
+ * @mbg.generated Mon Jun 15 09:10:10 CST 2020
|
|
|
*/
|
|
*/
|
|
|
private Integer status;
|
|
private Integer status;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column outsource_log.remarks
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column outsource_log.remarks
|
|
|
- * @mbg.generated Fri Jun 12 16:30:16 CST 2020
|
|
|
|
|
|
|
+ * @mbg.generated Mon Jun 15 09:10:10 CST 2020
|
|
|
*/
|
|
*/
|
|
|
private String remarks;
|
|
private String remarks;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column outsource_log.aid
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column outsource_log.aid
|
|
|
- * @mbg.generated Fri Jun 12 16:30:16 CST 2020
|
|
|
|
|
|
|
+ * @mbg.generated Mon Jun 15 09:10:10 CST 2020
|
|
|
*/
|
|
*/
|
|
|
private String aid;
|
|
private String aid;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column outsource_log.aname
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column outsource_log.aname
|
|
|
- * @mbg.generated Fri Jun 12 16:30:16 CST 2020
|
|
|
|
|
|
|
+ * @mbg.generated Mon Jun 15 09:10:10 CST 2020
|
|
|
*/
|
|
*/
|
|
|
private String aname;
|
|
private String aname;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column outsource_log.create_time
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column outsource_log.create_time
|
|
|
- * @mbg.generated Fri Jun 12 16:30:16 CST 2020
|
|
|
|
|
|
|
+ * @mbg.generated Mon Jun 15 09:10:10 CST 2020
|
|
|
*/
|
|
*/
|
|
|
private Date createTime;
|
|
private Date createTime;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column outsource_log.id
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column outsource_log.id
|
|
|
* @return the value of outsource_log.id
|
|
* @return the value of outsource_log.id
|
|
|
- * @mbg.generated Fri Jun 12 16:30:16 CST 2020
|
|
|
|
|
|
|
+ * @mbg.generated Mon Jun 15 09:10:10 CST 2020
|
|
|
*/
|
|
*/
|
|
|
public Integer getId() {
|
|
public Integer getId() {
|
|
|
return id;
|
|
return id;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column outsource_log.id
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column outsource_log.id
|
|
|
* @param id the value for outsource_log.id
|
|
* @param id the value for outsource_log.id
|
|
|
- * @mbg.generated Fri Jun 12 16:30:16 CST 2020
|
|
|
|
|
|
|
+ * @mbg.generated Mon Jun 15 09:10:10 CST 2020
|
|
|
*/
|
|
*/
|
|
|
public void setId(Integer id) {
|
|
public void setId(Integer id) {
|
|
|
this.id = id;
|
|
this.id = id;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column outsource_log.tid
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column outsource_log.tid
|
|
|
* @return the value of outsource_log.tid
|
|
* @return the value of outsource_log.tid
|
|
|
- * @mbg.generated Fri Jun 12 16:30:16 CST 2020
|
|
|
|
|
|
|
+ * @mbg.generated Mon Jun 15 09:10:10 CST 2020
|
|
|
*/
|
|
*/
|
|
|
public Integer getTid() {
|
|
public Integer getTid() {
|
|
|
return tid;
|
|
return tid;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column outsource_log.tid
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column outsource_log.tid
|
|
|
* @param tid the value for outsource_log.tid
|
|
* @param tid the value for outsource_log.tid
|
|
|
- * @mbg.generated Fri Jun 12 16:30:16 CST 2020
|
|
|
|
|
|
|
+ * @mbg.generated Mon Jun 15 09:10:10 CST 2020
|
|
|
*/
|
|
*/
|
|
|
public void setTid(Integer tid) {
|
|
public void setTid(Integer tid) {
|
|
|
this.tid = tid;
|
|
this.tid = tid;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column outsource_log.status
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column outsource_log.status
|
|
|
* @return the value of outsource_log.status
|
|
* @return the value of outsource_log.status
|
|
|
- * @mbg.generated Fri Jun 12 16:30:16 CST 2020
|
|
|
|
|
|
|
+ * @mbg.generated Mon Jun 15 09:10:10 CST 2020
|
|
|
*/
|
|
*/
|
|
|
public Integer getStatus() {
|
|
public Integer getStatus() {
|
|
|
return status;
|
|
return status;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column outsource_log.status
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column outsource_log.status
|
|
|
* @param status the value for outsource_log.status
|
|
* @param status the value for outsource_log.status
|
|
|
- * @mbg.generated Fri Jun 12 16:30:16 CST 2020
|
|
|
|
|
|
|
+ * @mbg.generated Mon Jun 15 09:10:10 CST 2020
|
|
|
*/
|
|
*/
|
|
|
public void setStatus(Integer status) {
|
|
public void setStatus(Integer status) {
|
|
|
this.status = status;
|
|
this.status = status;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column outsource_log.remarks
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column outsource_log.remarks
|
|
|
* @return the value of outsource_log.remarks
|
|
* @return the value of outsource_log.remarks
|
|
|
- * @mbg.generated Fri Jun 12 16:30:16 CST 2020
|
|
|
|
|
|
|
+ * @mbg.generated Mon Jun 15 09:10:10 CST 2020
|
|
|
*/
|
|
*/
|
|
|
public String getRemarks() {
|
|
public String getRemarks() {
|
|
|
return remarks;
|
|
return remarks;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column outsource_log.remarks
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column outsource_log.remarks
|
|
|
* @param remarks the value for outsource_log.remarks
|
|
* @param remarks the value for outsource_log.remarks
|
|
|
- * @mbg.generated Fri Jun 12 16:30:16 CST 2020
|
|
|
|
|
|
|
+ * @mbg.generated Mon Jun 15 09:10:10 CST 2020
|
|
|
*/
|
|
*/
|
|
|
public void setRemarks(String remarks) {
|
|
public void setRemarks(String remarks) {
|
|
|
this.remarks = remarks;
|
|
this.remarks = remarks;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column outsource_log.aid
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column outsource_log.aid
|
|
|
* @return the value of outsource_log.aid
|
|
* @return the value of outsource_log.aid
|
|
|
- * @mbg.generated Fri Jun 12 16:30:16 CST 2020
|
|
|
|
|
|
|
+ * @mbg.generated Mon Jun 15 09:10:10 CST 2020
|
|
|
*/
|
|
*/
|
|
|
public String getAid() {
|
|
public String getAid() {
|
|
|
return aid;
|
|
return aid;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column outsource_log.aid
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column outsource_log.aid
|
|
|
* @param aid the value for outsource_log.aid
|
|
* @param aid the value for outsource_log.aid
|
|
|
- * @mbg.generated Fri Jun 12 16:30:16 CST 2020
|
|
|
|
|
|
|
+ * @mbg.generated Mon Jun 15 09:10:10 CST 2020
|
|
|
*/
|
|
*/
|
|
|
public void setAid(String aid) {
|
|
public void setAid(String aid) {
|
|
|
this.aid = aid;
|
|
this.aid = aid;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column outsource_log.aname
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column outsource_log.aname
|
|
|
* @return the value of outsource_log.aname
|
|
* @return the value of outsource_log.aname
|
|
|
- * @mbg.generated Fri Jun 12 16:30:16 CST 2020
|
|
|
|
|
|
|
+ * @mbg.generated Mon Jun 15 09:10:10 CST 2020
|
|
|
*/
|
|
*/
|
|
|
public String getAname() {
|
|
public String getAname() {
|
|
|
return aname;
|
|
return aname;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column outsource_log.aname
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column outsource_log.aname
|
|
|
* @param aname the value for outsource_log.aname
|
|
* @param aname the value for outsource_log.aname
|
|
|
- * @mbg.generated Fri Jun 12 16:30:16 CST 2020
|
|
|
|
|
|
|
+ * @mbg.generated Mon Jun 15 09:10:10 CST 2020
|
|
|
*/
|
|
*/
|
|
|
public void setAname(String aname) {
|
|
public void setAname(String aname) {
|
|
|
this.aname = aname;
|
|
this.aname = aname;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column outsource_log.create_time
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column outsource_log.create_time
|
|
|
* @return the value of outsource_log.create_time
|
|
* @return the value of outsource_log.create_time
|
|
|
- * @mbg.generated Fri Jun 12 16:30:16 CST 2020
|
|
|
|
|
|
|
+ * @mbg.generated Mon Jun 15 09:10:10 CST 2020
|
|
|
*/
|
|
*/
|
|
|
public Date getCreateTime() {
|
|
public Date getCreateTime() {
|
|
|
return createTime;
|
|
return createTime;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column outsource_log.create_time
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column outsource_log.create_time
|
|
|
* @param createTime the value for outsource_log.create_time
|
|
* @param createTime the value for outsource_log.create_time
|
|
|
- * @mbg.generated Fri Jun 12 16:30:16 CST 2020
|
|
|
|
|
|
|
+ * @mbg.generated Mon Jun 15 09:10:10 CST 2020
|
|
|
*/
|
|
*/
|
|
|
public void setCreateTime(Date createTime) {
|
|
public void setCreateTime(Date createTime) {
|
|
|
this.createTime = createTime;
|
|
this.createTime = createTime;
|