1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| DinnerTable(id=1, tableName=1号桌, tableStatus=0, orderDate=Thu Jun 24 09:40:38 CST 2021, orders=Orders(oid=1, tid=1, orderDate=2021-06-19 00:00:00.0, totalPrice=80.0, orderStatus=0, orderdetails= [Orderdetail(otid=1, oid=1, fid=1, foodCount=1, food=null), Orderdetail(otid=2, oid=1, fid=2, foodCount=1, food=null)]))
DinnerTable(id=2, tableName=2号桌, tableStatus=0, orderDate=Wed Jun 23 09:40:42 CST 2021, orders=Orders(oid=2, tid=2, orderDate=2021-06-25 00:00:00.0, totalPrice=144.0, orderStatus=1, orderdetails= [Orderdetail(otid=3, oid=2, fid=3, foodCount=1, food=null), Orderdetail(otid=4, oid=2, fid=4, foodCount=1, food=null)]))
DinnerTable(id=3, tableName=3号桌, tableStatus=0, orderDate=Wed Jun 09 09:40:46 CST 2021, orders=Orders(oid=3, tid=3, orderDate=2021-06-17 00:00:00.0, totalPrice=160.0, orderStatus=0, orderdetails= [Orderdetail(otid=5, oid=3, fid=1, foodCount=2, food=null), Orderdetail(otid=6, oid=3, fid=2, foodCount=2, food=null)]))
|