| 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 |
| ProcedureBatchNo |
生产批次号,不可以为空。 |
string |
Required Max length: 20 |
| LicenseNumber |
许可证编号,可以为空。对于药品等有国家法规要求的,不能为空。 |
string |
Max length: 40 |
| ExpriationDate |
有效期止,不能为空,据此字段判断库存是否已需报废。 |
string |
Required Max length: 8 |