public class RentOrdersDeviceRelation extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
FOR_EXCHANGE
状态 换货/返修
|
static Integer |
IN_LEASING
状态 租赁中
|
static Integer |
ORDERS_COMPLITED
状态 已完成
|
static Integer |
RETURN_CHECKING
状态 售后审核中
|
static Integer |
RETURN_ING
状态 退货中
|
static Integer |
RETURN_OVER
状态 已退货
|
static Integer |
TO_GETING
状态 已发货/待收货
|
| 构造器和说明 |
|---|
RentOrdersDeviceRelation() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getDeviceNum() |
String |
getDeviceSerialNum() |
Integer |
getDeviceStatus() |
Long |
getId() |
Long |
getOid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDeviceNum(String deviceNum) |
void |
setDeviceSerialNum(String deviceSerialNum) |
void |
setDeviceStatus(Integer deviceStatus) |
void |
setId(Long id) |
void |
setOid(Long oid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer TO_GETING
public static final Integer IN_LEASING
public static final Integer FOR_EXCHANGE
public static final Integer RETURN_ING
public static final Integer RETURN_OVER
public static final Integer ORDERS_COMPLITED
public static final Integer RETURN_CHECKING
public Long getId()
public void setId(Long id)
public Long getOid()
public void setOid(Long oid)
public String getDeviceNum()
public void setDeviceNum(String deviceNum)
public String getDeviceSerialNum()
public void setDeviceSerialNum(String deviceSerialNum)
public Integer getDeviceStatus()
public void setDeviceStatus(Integer deviceStatus)
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 © 2018. All rights reserved.