|
@@ -9575,6 +9575,122 @@
|
9575
|
9575
|
}
|
9576
|
9576
|
],
|
9577
|
9577
|
"chnname": "用户来源统计表"
|
|
9578
|
+ },
|
|
9579
|
+ {
|
|
9580
|
+ "title": "ta_building_panorama",
|
|
9581
|
+ "fields": [
|
|
9582
|
+ {
|
|
9583
|
+ "name": "panorama_id",
|
|
9584
|
+ "type": "Integer",
|
|
9585
|
+ "remark": "全景图ID",
|
|
9586
|
+ "chnname": "全景图ID",
|
|
9587
|
+ "pk": true,
|
|
9588
|
+ "notNull": true,
|
|
9589
|
+ "autoIncrement": true
|
|
9590
|
+ },
|
|
9591
|
+ {
|
|
9592
|
+ "name": "org_id",
|
|
9593
|
+ "type": "Integer",
|
|
9594
|
+ "remark": "",
|
|
9595
|
+ "chnname": "公司id"
|
|
9596
|
+ },
|
|
9597
|
+ {
|
|
9598
|
+ "name": "building_id",
|
|
9599
|
+ "type": "LongKey",
|
|
9600
|
+ "remark": "",
|
|
9601
|
+ "chnname": "楼盘id"
|
|
9602
|
+ },
|
|
9603
|
+ {
|
|
9604
|
+ "name": "apartment_id",
|
|
9605
|
+ "type": "MiddleString",
|
|
9606
|
+ "remark": "",
|
|
9607
|
+ "chnname": "户型ID"
|
|
9608
|
+ },
|
|
9609
|
+ {
|
|
9610
|
+ "name": "panorama_type",
|
|
9611
|
+ "type": "DefaultString",
|
|
9612
|
+ "remark": "全景图类型building指楼盘全景图,apartment指户型全景图",
|
|
9613
|
+ "chnname": "全景图类型"
|
|
9614
|
+ },
|
|
9615
|
+ {
|
|
9616
|
+ "name": "content",
|
|
9617
|
+ "type": "LongString",
|
|
9618
|
+ "remark": "",
|
|
9619
|
+ "chnname": "全景内容"
|
|
9620
|
+ },
|
|
9621
|
+ {
|
|
9622
|
+ "name": "cover_img",
|
|
9623
|
+ "type": "LongString",
|
|
9624
|
+ "remark": "",
|
|
9625
|
+ "chnname": "全景封面"
|
|
9626
|
+ },
|
|
9627
|
+ {
|
|
9628
|
+ "name": "panorama_link",
|
|
9629
|
+ "type": "LongString",
|
|
9630
|
+ "remark": "",
|
|
9631
|
+ "chnname": "全景图链接地址"
|
|
9632
|
+ },
|
|
9633
|
+ {
|
|
9634
|
+ "name": "create_date",
|
|
9635
|
+ "type": "DateTime",
|
|
9636
|
+ "remark": "",
|
|
9637
|
+ "chnname": "创建时间"
|
|
9638
|
+ },
|
|
9639
|
+ {
|
|
9640
|
+ "name": "status",
|
|
9641
|
+ "type": "Integer",
|
|
9642
|
+ "remark": "",
|
|
9643
|
+ "chnname": "状态"
|
|
9644
|
+ }
|
|
9645
|
+ ],
|
|
9646
|
+ "indexs": [],
|
|
9647
|
+ "headers": [
|
|
9648
|
+ {
|
|
9649
|
+ "fieldName": "chnname",
|
|
9650
|
+ "relationNoShow": false
|
|
9651
|
+ },
|
|
9652
|
+ {
|
|
9653
|
+ "fieldName": "name",
|
|
9654
|
+ "relationNoShow": false
|
|
9655
|
+ },
|
|
9656
|
+ {
|
|
9657
|
+ "fieldName": "type",
|
|
9658
|
+ "relationNoShow": false
|
|
9659
|
+ },
|
|
9660
|
+ {
|
|
9661
|
+ "fieldName": "dataType",
|
|
9662
|
+ "relationNoShow": true
|
|
9663
|
+ },
|
|
9664
|
+ {
|
|
9665
|
+ "fieldName": "remark",
|
|
9666
|
+ "relationNoShow": true
|
|
9667
|
+ },
|
|
9668
|
+ {
|
|
9669
|
+ "fieldName": "pk",
|
|
9670
|
+ "relationNoShow": false
|
|
9671
|
+ },
|
|
9672
|
+ {
|
|
9673
|
+ "fieldName": "notNull",
|
|
9674
|
+ "relationNoShow": true
|
|
9675
|
+ },
|
|
9676
|
+ {
|
|
9677
|
+ "fieldName": "autoIncrement",
|
|
9678
|
+ "relationNoShow": true
|
|
9679
|
+ },
|
|
9680
|
+ {
|
|
9681
|
+ "fieldName": "defaultValue",
|
|
9682
|
+ "relationNoShow": true
|
|
9683
|
+ },
|
|
9684
|
+ {
|
|
9685
|
+ "fieldName": "relationNoShow",
|
|
9686
|
+ "relationNoShow": true
|
|
9687
|
+ },
|
|
9688
|
+ {
|
|
9689
|
+ "fieldName": "uiHint",
|
|
9690
|
+ "relationNoShow": true
|
|
9691
|
+ }
|
|
9692
|
+ ],
|
|
9693
|
+ "chnname": "楼盘和户型的全景图表"
|
9578
|
9694
|
}
|
9579
|
9695
|
],
|
9580
|
9696
|
"graphCanvas": {
|