2 changed files with 74 additions and 101 deletions
@ -1,63 +1,56 @@ |
|||
{ |
|||
"projectUuid": "tw_test", |
|||
"projectLabel": "台湾物流展会-嘉兴测试", |
|||
"directoryData": [ |
|||
{ |
|||
"label": "仓库楼层", |
|||
"items": [ |
|||
{ |
|||
"catalogCode": "f1", |
|||
"label": "一楼 (f1)" |
|||
"projectUuid" : "tw_test", |
|||
"projectLabel" : "", |
|||
"projectFileLocation" : "", |
|||
"directoryData" : [ { |
|||
"label" : "仓库楼层", |
|||
"items" : [ { |
|||
"catalogCode" : "f1", |
|||
"label" : "一楼 (f1)" |
|||
} ] |
|||
} ], |
|||
"otherData" : { |
|||
"projectUuid" : "tw_test", |
|||
"projectLabel" : "台湾物流展会-嘉兴测试", |
|||
"projectFileLocation" : "D:/Projects/yvan-lcc-bench/lcc-map/tw_test/project.json", |
|||
"otherData" : { |
|||
"Tool" : { |
|||
"Group" : [ ], |
|||
"GlobalVariables" : [ ], |
|||
"UserCommand" : [ ], |
|||
"Dashboard" : [ ], |
|||
"DataTable" : [ ], |
|||
"Trigger" : [ { |
|||
"name" : "OnOpen", |
|||
"fn" : "" |
|||
}, { |
|||
"name" : "OnReset", |
|||
"fn" : "" |
|||
}, { |
|||
"name" : "OnStart", |
|||
"fn" : "" |
|||
}, { |
|||
"name" : "OnStop", |
|||
"fn" : "" |
|||
} ], |
|||
"gridHelper" : { |
|||
"axesEnabled" : true, |
|||
"axesSize" : 5, |
|||
"axesColor" : 14540253, |
|||
"axesWidth" : 2, |
|||
"gridEnabled" : true, |
|||
"gridSize" : 1000, |
|||
"gridDivisions" : 1000, |
|||
"gridColor" : 14540253, |
|||
"gridOpacity" : 1, |
|||
"backgroundColor" : 16119285, |
|||
"snapEnabled" : true, |
|||
"snapDistance" : 0.25 |
|||
} |
|||
] |
|||
} |
|||
], |
|||
"otherData": { |
|||
"Tool": { |
|||
"Group": [], |
|||
"GlobalVariables": [], |
|||
"UserCommand": [], |
|||
"Dashboard": [], |
|||
"DataTable": [], |
|||
"Trigger": [ |
|||
{ |
|||
"name": "OnOpen", |
|||
"fn": "" |
|||
}, |
|||
{ |
|||
"name": "OnReset", |
|||
"fn": "" |
|||
}, |
|||
{ |
|||
"name": "OnStart", |
|||
"fn": "" |
|||
}, |
|||
{ |
|||
"name": "OnStop", |
|||
"fn": "" |
|||
"elevator" : [ ], |
|||
"wall" : [ ], |
|||
"pillar" : [ ] |
|||
} |
|||
], |
|||
"gridHelper": { |
|||
"axesEnabled": true, |
|||
"axesSize": 5, |
|||
"axesColor": 14540253, |
|||
"axesWidth": 2, |
|||
"gridEnabled": true, |
|||
"gridSize": 1000, |
|||
"gridDivisions": 1000, |
|||
"gridColor": 14540253, |
|||
"gridOpacity": 1, |
|||
"backgroundColor": 16119285, |
|||
"snapEnabled": true, |
|||
"snapDistance": 0.25 |
|||
} |
|||
}, |
|||
"elevator": [], |
|||
"wall": [], |
|||
"pillar": [] |
|||
}, |
|||
"createdAt": "2023-10-20T10:00:00Z", |
|||
"updatedAt": "2023-10-20T10:00:00Z", |
|||
"createBy": "yvan", |
|||
"updateBy": "yvan" |
|||
} |
|||
Loading…
Reference in new issue