Name | Description | Type | Additional information |
---|---|---|---|
billnum |
单据单号,Char(20)。 |
string |
Required Max length: 20 |
productid |
商品ID,[ProductId] [int] NOT NULL。 |
integer |
Required |
price |
商品价格,[Price] [numeric](18, 2) NOT NULL。 |
decimal number |
Required |
quantity |
数量,[Quantity] [numeric](18, 4) NOT NULL。 |
decimal number |
Required |
unit |
单位。 |
string |
Required Max length: 8 |