public class LogisticExpress extends Object implements org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticExpress>, Serializable
| Constructor and Description |
|---|
LogisticExpress() |
| Modifier and Type | Method and Description |
|---|---|
int |
count()
This method was generated by MyBatis Generator.
|
Integer |
delete()
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey()
This method was generated by MyBatis Generator.
|
boolean |
equals(Object that)
This method was generated by MyBatis Generator.
|
Date |
getCreateTime()
This method was generated by MyBatis Generator.
|
String |
getExpressCode()
This method was generated by MyBatis Generator.
|
String |
getExpressName()
This method was generated by MyBatis Generator.
|
String |
getExt1()
This method was generated by MyBatis Generator.
|
String |
getExt2()
This method was generated by MyBatis Generator.
|
String |
getExt3()
This method was generated by MyBatis Generator.
|
Integer |
getId()
This method was generated by MyBatis Generator.
|
String |
getOrderStatus()
This method was generated by MyBatis Generator.
|
String |
getStatus()
This method was generated by MyBatis Generator.
|
Date |
getUpdateTime()
This method was generated by MyBatis Generator.
|
int |
hashCode()
This method was generated by MyBatis Generator.
|
int |
insert()
This method was generated by MyBatis Generator.
|
int |
insertSelective()
This method was generated by MyBatis Generator.
|
Object |
pkVal()
This method was generated by MyBatis Generator.
|
int |
replace()
This method was generated by MyBatis Generator.
|
int |
replaceSelective()
This method was generated by MyBatis Generator.
|
List<LogisticExpress> |
select()
This method was generated by MyBatis Generator.
|
LogisticExpress |
selectByPrimaryKey()
This method was generated by MyBatis Generator.
|
LogisticExpress |
selectOne()
This method was generated by MyBatis Generator.
|
List<Object> |
selectPkVals()
This method was generated by MyBatis Generator.
|
void |
setCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
void |
setExpressCode(String expressCode)
This method was generated by MyBatis Generator.
|
void |
setExpressName(String expressName)
This method was generated by MyBatis Generator.
|
void |
setExt1(String ext1)
This method was generated by MyBatis Generator.
|
void |
setExt2(String ext2)
This method was generated by MyBatis Generator.
|
void |
setExt3(String ext3)
This method was generated by MyBatis Generator.
|
void |
setId(Integer id)
This method was generated by MyBatis Generator.
|
void |
setOrderStatus(String orderStatus)
This method was generated by MyBatis Generator.
|
void |
setStatus(String status)
This method was generated by MyBatis Generator.
|
void |
setUpdateTime(Date updateTime)
This method was generated by MyBatis Generator.
|
String |
toString()
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey()
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective()
This method was generated by MyBatis Generator.
|
LogisticExpress |
withCreateTime(Date createTime)
This method was generated by MyBatis Generator.
|
LogisticExpress |
withExpressCode(String expressCode)
This method was generated by MyBatis Generator.
|
LogisticExpress |
withExpressName(String expressName)
This method was generated by MyBatis Generator.
|
LogisticExpress |
withExt1(String ext1)
This method was generated by MyBatis Generator.
|
LogisticExpress |
withExt2(String ext2)
This method was generated by MyBatis Generator.
|
LogisticExpress |
withExt3(String ext3)
This method was generated by MyBatis Generator.
|
LogisticExpress |
withId(Integer id)
This method was generated by MyBatis Generator.
|
LogisticExpress |
withOrderStatus(String orderStatus)
This method was generated by MyBatis Generator.
|
LogisticExpress |
withStatus(String status)
This method was generated by MyBatis Generator.
|
LogisticExpress |
withUpdateTime(Date updateTime)
This method was generated by MyBatis Generator.
|
public Integer getId()
public LogisticExpress withId(Integer id)
public void setId(Integer id)
id - the value for logistic_express.Idpublic String getExpressName()
public LogisticExpress withExpressName(String expressName)
public void setExpressName(String expressName)
expressName - the value for logistic_express.express_namepublic String getExpressCode()
public LogisticExpress withExpressCode(String expressCode)
public void setExpressCode(String expressCode)
expressCode - the value for logistic_express.express_codepublic String getStatus()
public LogisticExpress withStatus(String status)
public void setStatus(String status)
status - the value for logistic_express.statuspublic String getOrderStatus()
public LogisticExpress withOrderStatus(String orderStatus)
public void setOrderStatus(String orderStatus)
orderStatus - the value for logistic_express.order_statuspublic Date getCreateTime()
public LogisticExpress withCreateTime(Date createTime)
public void setCreateTime(Date createTime)
createTime - the value for logistic_express.create_timepublic Date getUpdateTime()
public LogisticExpress withUpdateTime(Date updateTime)
public void setUpdateTime(Date updateTime)
updateTime - the value for logistic_express.update_timepublic String getExt1()
public LogisticExpress withExt1(String ext1)
public void setExt1(String ext1)
ext1 - the value for logistic_express.ext1public String getExt2()
public LogisticExpress withExt2(String ext2)
public void setExt2(String ext2)
ext2 - the value for logistic_express.ext2public String getExt3()
public LogisticExpress withExt3(String ext3)
public void setExt3(String ext3)
ext3 - the value for logistic_express.ext3public int deleteByPrimaryKey()
deleteByPrimaryKey in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticExpress>public int insert()
insert in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticExpress>public int insertSelective()
insertSelective in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticExpress>public LogisticExpress selectByPrimaryKey()
selectByPrimaryKey in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticExpress>public int updateByPrimaryKeySelective()
updateByPrimaryKeySelective in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticExpress>public int updateByPrimaryKey()
updateByPrimaryKey in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticExpress>public Integer delete()
delete in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticExpress>public int count()
count in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticExpress>public LogisticExpress selectOne()
selectOne in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticExpress>public List<LogisticExpress> select()
select in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticExpress>public int replace()
replace in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticExpress>public int replaceSelective()
replaceSelective in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticExpress>public List<Object> selectPkVals()
selectPkVals in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticExpress>public Object pkVal()
pkVal in interface org.yiwan.seiya.mybatis.extension.entity.BaseEntity<LogisticExpress>public String toString()
public boolean equals(Object that)
Copyright © 2019. All rights reserved.