public class StockOut extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
ACTION_TYPE_MANUAL
手动
|
static Integer |
ACTION_TYPE_SYS
自动
|
static Integer |
CLIENT_ADMIN |
static Integer |
CLIENT_WX |
| 构造器和说明 |
|---|
StockOut() |
public static final Integer CLIENT_WX
public static final Integer CLIENT_ADMIN
public static final Integer ACTION_TYPE_SYS
public static final Integer ACTION_TYPE_MANUAL
public Long getId()
public void setId(Long id)
public Long getClassifyId()
public void setClassifyId(Long classifyId)
public String getClassifyDesc()
public void setClassifyDesc(String classifyDesc)
public Long getSpuId()
public void setSpuId(Long spuId)
public String getSpuTitle()
public void setSpuTitle(String spuTitle)
public Integer getAmount()
public void setAmount(Integer amount)
public Integer getWarehouseStock()
public void setWarehouseStock(Integer warehouseStock)
public String getDescription()
public void setDescription(String description)
public Long getSkuId()
public void setSkuId(Long skuId)
public String getSkuTitle()
public void setSkuTitle(String skuTitle)
public Long getOutboundDate()
public void setOutboundDate(Long outboundDate)
public Integer getActionType()
public void setActionType(Integer actionType)
public String getOutboundNo()
public void setOutboundNo(String outboundNo)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
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)
public Integer getClient()
public void setClient(Integer client)
public Long getCustomerId()
public void setCustomerId(Long customerId)
public String getCustomerName()
public void setCustomerName(String customerName)
public BigDecimal getOutboundPrice()
public void setOutboundPrice(BigDecimal outboundPrice)
public Integer getNumerator()
public void setNumerator(Integer numerator)
public Integer getDenominator()
public void setDenominator(Integer denominator)
public Integer getPackageNum()
public void setPackageNum(Integer packageNum)
public BigDecimal getTotalPrice()
public void setTotalPrice(BigDecimal totalPrice)
Copyright © 2021. All rights reserved.