None.
Name | Description | Type | Additional information |
---|---|---|---|
IsId | integer |
None. |
|
ProdId | integer |
None. |
|
ApId | integer |
None. |
|
WhId | integer |
None. |
{ "IsId": 1, "ProdId": 2, "ApId": 3, "WhId": 4 }
<ProductInitialStockKey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting.Product"> <ApId>3</ApId> <IsId>1</IsId> <ProdId>2</ProdId> <WhId>4</WhId> </ProductInitialStockKey>
Sample not available.
Name | Description | Type | Additional information |
---|---|---|---|
IsId | integer |
None. |
|
ProdId | integer |
None. |
|
ProdNo | string |
None. |
|
ProdName | string |
None. |
|
ProdSpec | string |
None. |
|
ApId | integer |
None. |
|
ApName | string |
None. |
|
UnitName | string |
None. |
|
WhId | integer |
None. |
|
WhName | string |
None. |
|
QTY | decimal number |
None. |
|
Price | decimal number |
None. |
|
Amount | decimal number |
None. |
|
BatchNo | string |
None. |
|
SerialNoItems | Collection of ProductSerialNoEditModel |
None. |
|
ProductionDate | string |
None. |
|
LifeTime | integer |
None. |
|
LifeTimeUnit | LifeTimeUnitEnum |
None. |
|
LifeTimeUnitName | string |
None. |
|
ExpirationDate | string |
None. |
|
BatchEnabled | boolean |
None. |
|
SerialEnabled | boolean |
None. |
|
LifeTimeEnabled | boolean |
None. |
Sample not available.