mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-10-13 02:26:07 +00:00
update
This commit is contained in:
15
luban_examples/DataTables/Datas/test/composite_tables.json
Normal file
15
luban_examples/DataTables/Datas/test/composite_tables.json
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
{
|
||||
"table1":[
|
||||
{"id":1, "x":"aaa1"},
|
||||
{"id":2,"x":"xx2"}
|
||||
],
|
||||
"table2":[
|
||||
{"id":1, "y":100},
|
||||
{"id":3, "y":300}
|
||||
],
|
||||
"table3": {
|
||||
"a":111,
|
||||
"b":222
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user