public class Order extends Object implements Serializable
| 构造器和说明 |
|---|
Order() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getApplya() |
Long |
getApplyb() |
Long |
getCpyId() |
String |
getCpyName() |
Long |
getCreateAt() |
Long |
getId() |
String |
getMobile() |
Integer |
getoStage() |
Long |
getPact() |
Long |
getuId() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getUserName() |
void |
setApplya(Long applya) |
void |
setApplyb(Long applyb) |
void |
setCpyId(Long cpyId) |
void |
setCpyName(String cpyName) |
void |
setCreateAt(Long createAt) |
void |
setId(Long id) |
void |
setMobile(String mobile) |
void |
setoStage(Integer oStage) |
void |
setPact(Long pact) |
void |
setuId(Long uId) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserName(String userName) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getUserName()
public void setUserName(String userName)
public String getMobile()
public void setMobile(String mobile)
public Long getCpyId()
public void setCpyId(Long cpyId)
public String getCpyName()
public void setCpyName(String cpyName)
public Long getApplya()
public void setApplya(Long applya)
public Long getApplyb()
public void setApplyb(Long applyb)
public Long getPact()
public void setPact(Long pact)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Integer getoStage()
public void setoStage(Integer oStage)
public Long getuId()
public void setuId(Long uId)
Copyright © 2017. All rights reserved.