|
@@ -514,7 +514,9 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|
|
String test = "";
|
|
String test = "";
|
|
// JSONObject jsonObject = JSON.parseObject(test);
|
|
// JSONObject jsonObject = JSON.parseObject(test);
|
|
- System.out.println(JSON.toJSONString(test));
|
|
|
|
|
|
+// System.out.println(JSON.toJSONString(test));
|
|
|
|
+ FdJsonToDxfUtil.fdJsonToDxf("D:\\test\\新建文件夹\\floorplan.json", "D:\\test\\新建文件夹\\floorplan1.dxf", 1);
|
|
|
|
+ FdJsonToDxfUtil.fdJsonToDxf("D:\\test\\新建文件夹\\floorplan.json", "D:\\test\\新建文件夹\\floorplan2.dxf", 2);
|
|
}
|
|
}
|
|
|
|
|
|
private void SortBoxVideos(SceneInfoVO sceneInfoVO){
|
|
private void SortBoxVideos(SceneInfoVO sceneInfoVO){
|