id | int(11) |
|
|
|
type | tinyint(4) |
|
|
|
product_id | int(11) |
|
|
|
in_id | int(11) |
|
|
|
out_id | int(11) |
|
|
|
in_quantity | decimal(10,3) |
|
|
|
in_cost | decimal(10,2) |
|
|
|
out_quantity | decimal(10,3) |
|
|
|
out_cost | decimal(10,2) |
|
|
|
balance_quantity | decimal(10,3) |
|
|
|
balance_cost | decimal(10,2) |
|
|
|
post_date | date |
|
|
|
post_time | time |
|
|
|
status | tinyint(4) |
|
|
|
description | varchar(1000) |
|
|
|
last_updated | varchar(36) |
|
|
|