public class UserProductionRelation extends Object implements Serializable
| Constructor and Description |
|---|
UserProductionRelation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBrandId() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getOpenId() |
Long |
getProductionId() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
void |
setBrandId(Long brandId) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setOpenId(String openId) |
void |
setProductionId(Long productionId) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getOpenId()
public void setOpenId(String openId)
public Long getBrandId()
public void setBrandId(Long brandId)
public Long getProductionId()
public void setProductionId(Long productionId)
public Long getUserId()
public void setUserId(Long userId)
public Integer getType()
public void setType(Integer type)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2021. All rights reserved.