public class StockIn extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
ACTION_TYPE_MANUAL
手动
|
static Integer |
ACTION_TYPE_REFUND
退货
|
static Integer |
ACTION_TYPE_SYS
自动
|
static Integer |
CLIENT_ADMIN |
static Integer |
CLIENT_WX |
| 构造器和说明 |
|---|
StockIn() |
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 static final Integer ACTION_TYPE_REFUND
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 BigDecimal getPurchasePrice()
public void setPurchasePrice(BigDecimal purchasePrice)
public String getSkuTitle()
public void setSkuTitle(String skuTitle)
public Long getPurchaseDate()
public void setPurchaseDate(Long purchaseDate)
public String getSupplierName()
public void setSupplierName(String supplierName)
public Long getSupplierId()
public void setSupplierId(Long supplierId)
public Integer getActionType()
public void setActionType(Integer actionType)
public String getPurchaseNo()
public void setPurchaseNo(String purchaseNo)
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 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)
public void setClient(Integer client)
Copyright © 2022. All rights reserved.