|
@@ -645,12 +645,6 @@
|
645
|
645
|
"type": "Integer",
|
646
|
646
|
"remark": "",
|
647
|
647
|
"chnname": "地图范围"
|
648
|
|
- },
|
649
|
|
- {
|
650
|
|
- "name": "map_json",
|
651
|
|
- "type": "LongText",
|
652
|
|
- "remark": "",
|
653
|
|
- "chnname": "地图数据"
|
654
|
648
|
}
|
655
|
649
|
],
|
656
|
650
|
"indexs": [],
|
|
@@ -8804,6 +8798,115 @@
|
8804
|
8798
|
],
|
8805
|
8799
|
"chnname": "客户分析性别统计表",
|
8806
|
8800
|
"remark": "小程序盘客工具客户分析"
|
|
8801
|
+ },
|
|
8802
|
+ {
|
|
8803
|
+ "title": "ta_building_map_relation",
|
|
8804
|
+ "fields": [
|
|
8805
|
+ {
|
|
8806
|
+ "name": "map_id",
|
|
8807
|
+ "type": "Integer",
|
|
8808
|
+ "remark": "",
|
|
8809
|
+ "chnname": "地图",
|
|
8810
|
+ "pk": true,
|
|
8811
|
+ "notNull": true,
|
|
8812
|
+ "autoIncrement": true
|
|
8813
|
+ },
|
|
8814
|
+ {
|
|
8815
|
+ "name": "building_id",
|
|
8816
|
+ "type": "LongKey",
|
|
8817
|
+ "remark": "",
|
|
8818
|
+ "chnname": "楼盘id"
|
|
8819
|
+ },
|
|
8820
|
+ {
|
|
8821
|
+ "name": "org_id",
|
|
8822
|
+ "type": "Integer",
|
|
8823
|
+ "remark": "",
|
|
8824
|
+ "chnname": "公司id"
|
|
8825
|
+ },
|
|
8826
|
+ {
|
|
8827
|
+ "name": "types",
|
|
8828
|
+ "type": "LongText",
|
|
8829
|
+ "remark": "",
|
|
8830
|
+ "chnname": "地图类型编码"
|
|
8831
|
+ },
|
|
8832
|
+ {
|
|
8833
|
+ "name": "data",
|
|
8834
|
+ "type": "LongText",
|
|
8835
|
+ "remark": "",
|
|
8836
|
+ "chnname": "地图数据"
|
|
8837
|
+ },
|
|
8838
|
+ {
|
|
8839
|
+ "name": "label",
|
|
8840
|
+ "type": "LongKey",
|
|
8841
|
+ "remark": "",
|
|
8842
|
+ "chnname": "地图设施类型"
|
|
8843
|
+ },
|
|
8844
|
+ {
|
|
8845
|
+ "name": "key",
|
|
8846
|
+ "type": "DefaultString",
|
|
8847
|
+ "remark": "",
|
|
8848
|
+ "chnname": "地图设施类型key"
|
|
8849
|
+ },
|
|
8850
|
+ {
|
|
8851
|
+ "name": "status",
|
|
8852
|
+ "type": "DefaultString",
|
|
8853
|
+ "remark": "",
|
|
8854
|
+ "chnname": "状态"
|
|
8855
|
+ },
|
|
8856
|
+ {
|
|
8857
|
+ "name": "create_date",
|
|
8858
|
+ "type": "DateTime",
|
|
8859
|
+ "remark": "",
|
|
8860
|
+ "chnname": "创建时间"
|
|
8861
|
+ }
|
|
8862
|
+ ],
|
|
8863
|
+ "indexs": [],
|
|
8864
|
+ "headers": [
|
|
8865
|
+ {
|
|
8866
|
+ "fieldName": "chnname",
|
|
8867
|
+ "relationNoShow": false
|
|
8868
|
+ },
|
|
8869
|
+ {
|
|
8870
|
+ "fieldName": "name",
|
|
8871
|
+ "relationNoShow": false
|
|
8872
|
+ },
|
|
8873
|
+ {
|
|
8874
|
+ "fieldName": "type",
|
|
8875
|
+ "relationNoShow": false
|
|
8876
|
+ },
|
|
8877
|
+ {
|
|
8878
|
+ "fieldName": "dataType",
|
|
8879
|
+ "relationNoShow": true
|
|
8880
|
+ },
|
|
8881
|
+ {
|
|
8882
|
+ "fieldName": "remark",
|
|
8883
|
+ "relationNoShow": true
|
|
8884
|
+ },
|
|
8885
|
+ {
|
|
8886
|
+ "fieldName": "pk",
|
|
8887
|
+ "relationNoShow": false
|
|
8888
|
+ },
|
|
8889
|
+ {
|
|
8890
|
+ "fieldName": "notNull",
|
|
8891
|
+ "relationNoShow": true
|
|
8892
|
+ },
|
|
8893
|
+ {
|
|
8894
|
+ "fieldName": "autoIncrement",
|
|
8895
|
+ "relationNoShow": true
|
|
8896
|
+ },
|
|
8897
|
+ {
|
|
8898
|
+ "fieldName": "defaultValue",
|
|
8899
|
+ "relationNoShow": true
|
|
8900
|
+ },
|
|
8901
|
+ {
|
|
8902
|
+ "fieldName": "relationNoShow",
|
|
8903
|
+ "relationNoShow": true
|
|
8904
|
+ },
|
|
8905
|
+ {
|
|
8906
|
+ "fieldName": "uiHint",
|
|
8907
|
+ "relationNoShow": true
|
|
8908
|
+ }
|
|
8909
|
+ ]
|
8807
|
8910
|
}
|
8808
|
8911
|
],
|
8809
|
8912
|
"graphCanvas": {
|