123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- local root = {
- {
- id = 32001,
- price = {id=102,count=250},
- weight = 100,
- frameType = 1
- },
- {
- id = 32002,
- price = {id=102,count=500},
- weight = 60,
- frameType = 1
- },
- {
- id = 32003,
- price = {id=102,count=1500},
- weight = 40,
- frameType = 1
- },
- {
- id = 33001,
- price = {id=102,count=500},
- weight = 100,
- frameType = 2
- },
- {
- id = 33002,
- price = {id=102,count=2500},
- weight = 60,
- frameType = 2
- },
- {
- id = 33003,
- price = {id=102,count=7000},
- weight = 100,
- frameType = 2
- },
- {
- id = 34001,
- price = {id=102,count=500},
- weight = 100,
- frameType = 3
- }
- }
- return root
|