public class BillLog extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
BILL_LOG_CREATE_BILL |
static int |
BILL_LOG_MARK_BILL |
static int |
BILL_LOG_PAY_BILL |
| 构造器和说明 |
|---|
BillLog() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getBid() |
Integer |
getBillLogType() |
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getCreaterName() |
Long |
getId() |
String |
getRemark() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setBid(Long bid) |
void |
setBillLogType(Integer billLogType) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setCreaterName(String createrName) |
void |
setId(Long id) |
void |
setRemark(String remark) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final int BILL_LOG_CREATE_BILL
public static final int BILL_LOG_PAY_BILL
public static final int BILL_LOG_MARK_BILL
public Long getId()
public void setId(Long id)
public Long getBid()
public void setBid(Long bid)
public Integer getBillLogType()
public void setBillLogType(Integer billLogType)
public String getRemark()
public void setRemark(String remark)
public String getCreaterName()
public void setCreaterName(String createrName)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2019. All rights reserved.