Class ItemInfo
used for basic info about items
Properties
itemid (int)
productid (int)
productname (string)
orderid (int)
amount (int)
totalprice (int)
Mapping for Table
item
Property
Column
amount
amount
itemid
itemid
orderid
orderid
productid
productid
productname
productname
totalprice
totalprice