public class Serve extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
aggree |
static Integer |
appling |
static Integer |
frezzing |
static Integer |
PARENT_ID
最顶层父类类别的parentId统一是0
|
static Integer |
refuse |
| 构造器和说明 |
|---|
Serve() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCpy_name() |
Long |
getCpyId() |
Long |
getCreateAt() |
String |
getFavo() |
Long |
getId() |
Long |
getServea() |
Long |
getServeb() |
Integer |
getStaus() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
void |
setCpy_name(String cpy_name) |
void |
setCpyId(Long cpyId) |
void |
setCreateAt(Long createAt) |
void |
setFavo(String favo) |
void |
setId(Long id) |
void |
setServea(Long servea) |
void |
setServeb(Long serveb) |
void |
setStaus(Integer staus) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
String |
toString() |
public static final Integer appling
public static final Integer aggree
public static final Integer refuse
public static final Integer frezzing
public static final Integer PARENT_ID
public Long getId()
public void setId(Long id)
public Long getServea()
public void setServea(Long servea)
public Long getServeb()
public void setServeb(Long serveb)
public Integer getStaus()
public void setStaus(Integer staus)
public Long getUserId()
public void setUserId(Long userId)
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 Long getCpyId()
public void setCpyId(Long cpyId)
public String getFavo()
public void setFavo(String favo)
public String getCpy_name()
public void setCpy_name(String cpy_name)
Copyright © 2017. All rights reserved.