public class MallDayCountData
extends com.viontech.keliu.base.BaseModel
| 构造器和说明 |
|---|
MallDayCountData() |
| 限定符和类型 | 方法和说明 |
|---|---|
Account |
getAccount() |
Long |
getAccountId() |
Date |
getCountdate() |
Date |
getCounttime() |
Date |
getCreateTime() |
Long |
getId() |
Integer |
getInnum() |
Mall |
getMall() |
Long |
getMallId() |
Date |
getModifyTime() |
Integer |
getOutnum() |
Integer |
getOutsideInnum() |
Integer |
getOutsideOutnum() |
void |
setAccount(Account account) |
void |
setAccountId(Long accountId) |
void |
setCountdate(Date countdate) |
void |
setCounttime(Date counttime) |
void |
setCreateTime(Date createTime) |
void |
setId(Long id) |
void |
setInnum(Integer innum) |
void |
setMall(Mall mall) |
void |
setMallId(Long mallId) |
void |
setModifyTime(Date modifyTime) |
void |
setOutnum(Integer outnum) |
void |
setOutsideInnum(Integer outsideInnum) |
void |
setOutsideOutnum(Integer outsideOutnum) |
public Long getId()
getId 在类中 com.viontech.keliu.base.BaseModelpublic void setId(Long id)
setId 在类中 com.viontech.keliu.base.BaseModelpublic Long getMallId()
public void setMallId(Long mallId)
public Long getAccountId()
public void setAccountId(Long accountId)
public Integer getInnum()
public void setInnum(Integer innum)
public Integer getOutnum()
public void setOutnum(Integer outnum)
public Date getCountdate()
public void setCountdate(Date countdate)
public Date getCounttime()
public void setCounttime(Date counttime)
public Date getModifyTime()
public void setModifyTime(Date modifyTime)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public Integer getOutsideInnum()
public void setOutsideInnum(Integer outsideInnum)
public Integer getOutsideOutnum()
public void setOutsideOutnum(Integer outsideOutnum)
public Mall getMall()
public void setMall(Mall mall)
public Account getAccount()
public void setAccount(Account account)
Copyright © 2019. All rights reserved.