安全库存设置
当设置为按仓库设置高低库存时,保存存货设置的高低库存安全库存信息
Column Name | Description | Datatype | Length | Allow Nulls | |
---|---|---|---|---|---|
updated (T+12.1) | 更新时间 | datetime | 8 | True | |
idinventory (T+12.1) | 存货id | int | 4 | True | |
topQuantity (T+12.1) | 最高库存 | decimal | 13 | True | |
ts (T+12.1) | 分布时间戳 | timestamp | 8 | False | |
id (T+12.1) | 主键 | int | 4 | False | |
idwarehouse (T+12.1) | 仓库id | int | 4 | True | |
code (T+12.1) | 编号 | nvarchar | 32 | True | |
lowQuantity (T+12.1) | 最低库存 | decimal | 13 | True | |
replenishmentSalesDays (T+12.1) | 补货销量天数 | int | 4 | True | |
safeQuantity (T+12.1) | 安全库存 | decimal | 13 | True | |
replenishmentLeadTime (T+12.1) | 补货提前天数 | int | 4 | True | |
updatedBy (T+12.1) | 更新者 | nvarchar | 32 | True | |
idunit (T+12.1) | 计量单位id | int | 4 | True |
Copyright 2016 Chanjet Inc.