字段名 | 说明 | 数据类型 |
MarketingNO | 状态 | 商品状态 |
LastModify | 编辑日期 | String |
StorageLocation | 存放位置 | String |
ProductID | ID | Int32 |
UserCode | 编号 | String |
BarCode | 条码 | String |
ProductName | 名称 | String |
UnitsInStock | 库存 | Double? |
PricePurchase | 进价 | Decimal? |
UnitPrice | 售价 | Decimal |
Tax | 税% | Single? |
Discount | 折扣 | Int32 |
Quantity | 数量 | Int32 |
ProductNameIn | 名称 | String |
UnitPriceIn | 售价 | Int32? |
DiscountIn | 折扣 | Int32? |
Inventory | 数量 | Int32? |
QuantityPerUnit | 小包 | Int32 |
QuantityPerUnit2nd | 大包 | Int32 |
UnitsOnPurchase | 进货量 | Double? |
WeightVolume | 重量/体积: 售价/本字段=每单位价格 | Decimal |
WeightLabel | 重量标签 | String |
{ "productID": 0, "userCode": "001", "barCode": "001", "productName": "阿香婆 人头牛马炸酱面", "unitsInStock": 0, "pricePurchase": 0, "unitPrice": 10.99, "tax": null, "discount": 0, "quantity": 1, "productNameIn": null, "unitPriceIn": null, "discountIn": null, "inventory": null, "unitsOnPurchase": 0, "weightVolume": 0, "weightLabel": null, "lastModify": null, "storageLocation": null, "quantityPerUnit": 1, "quantityPerUnit2nd": 1, "marketingNO": "Normal" }
字段名 | 说明 | 数据类型 |
ProductID | ID | Int32 |
UserCode | 编号 | String |
BarCode | 条码 | String |
ProductName | 名称 | String |
PricePurchase | 进价 | Decimal? |
UnitPrice | 售价 | Decimal |
Tax | 税% | Single? |
Discount | 折扣 | Int32 |
QuantityPerUnit | 小包 | Int32 |
QuantityPerUnit2nd | 大包 | Int32 |
{ "productID": 0, "userCode": "001", "barCode": "001", "productName": "阿香婆 人头牛马炸酱面", "pricePurchase": 0, "unitPrice": 10.99, "tax": null, "discount": 0, "quantityPerUnit": 1, "quantityPerUnit2nd": 1 }