local root = { { boxId = 1001, itemId = 10001, count = 1, weightByPrice = 1000000 }, { boxId = 1001, itemId = 10101, count = 1, weightByPrice = 1000000 }, { boxId = 1001, itemId = 103, count = 1, weightByPrice = 1000000 }, { boxId = 1002, itemId = 10001, count = 100, weightByPrice = 100 }, { boxId = 1002, itemId = 10003, count = 100, weightByPrice = 100 } } return root