|
@@ -651,6 +651,24 @@
|
651
|
651
|
"type": "Integer",
|
652
|
652
|
"remark": "",
|
653
|
653
|
"chnname": "地图范围"
|
|
654
|
+ },
|
|
655
|
+ {
|
|
656
|
+ "name": "property_developer",
|
|
657
|
+ "type": "ShortString",
|
|
658
|
+ "remark": "",
|
|
659
|
+ "chnname": "楼盘开发商"
|
|
660
|
+ },
|
|
661
|
+ {
|
|
662
|
+ "name": "building_num",
|
|
663
|
+ "type": "Integer",
|
|
664
|
+ "remark": "",
|
|
665
|
+ "chnname": "楼栋总数"
|
|
666
|
+ },
|
|
667
|
+ {
|
|
668
|
+ "name": "record_name",
|
|
669
|
+ "type": "DefaultString",
|
|
670
|
+ "remark": "",
|
|
671
|
+ "chnname": "备案名"
|
654
|
672
|
}
|
655
|
673
|
],
|
656
|
674
|
"indexs": [],
|
|
@@ -10788,6 +10806,122 @@
|
10788
|
10806
|
],
|
10789
|
10807
|
"chnname": "按钮路由映射表"
|
10790
|
10808
|
},
|
|
10809
|
+ {
|
|
10810
|
+ "title": "ta_channel_proxy",
|
|
10811
|
+ "fields": [
|
|
10812
|
+ {
|
|
10813
|
+ "name": "channel_id",
|
|
10814
|
+ "type": "Integer",
|
|
10815
|
+ "remark": "",
|
|
10816
|
+ "chnname": "渠道id",
|
|
10817
|
+ "pk": true,
|
|
10818
|
+ "notNull": true,
|
|
10819
|
+ "autoIncrement": true
|
|
10820
|
+ },
|
|
10821
|
+ {
|
|
10822
|
+ "name": "channel_proxy_name",
|
|
10823
|
+ "type": "LongKey",
|
|
10824
|
+ "remark": "",
|
|
10825
|
+ "chnname": "渠道代理商名称"
|
|
10826
|
+ },
|
|
10827
|
+ {
|
|
10828
|
+ "name": "chanel_img",
|
|
10829
|
+ "type": "LongText",
|
|
10830
|
+ "remark": "",
|
|
10831
|
+ "chnname": "渠道logo"
|
|
10832
|
+ },
|
|
10833
|
+ {
|
|
10834
|
+ "name": "channel_name",
|
|
10835
|
+ "type": "DefaultString",
|
|
10836
|
+ "remark": "",
|
|
10837
|
+ "chnname": "联系人"
|
|
10838
|
+ },
|
|
10839
|
+ {
|
|
10840
|
+ "name": "channal_tel",
|
|
10841
|
+ "type": "DefaultString",
|
|
10842
|
+ "remark": "",
|
|
10843
|
+ "chnname": "手机"
|
|
10844
|
+ },
|
|
10845
|
+ {
|
|
10846
|
+ "name": "login_name",
|
|
10847
|
+ "type": "LongKey",
|
|
10848
|
+ "remark": "",
|
|
10849
|
+ "chnname": "账号名"
|
|
10850
|
+ },
|
|
10851
|
+ {
|
|
10852
|
+ "name": "expire_date",
|
|
10853
|
+ "type": "DateTime",
|
|
10854
|
+ "remark": "",
|
|
10855
|
+ "chnname": "有效期"
|
|
10856
|
+ },
|
|
10857
|
+ {
|
|
10858
|
+ "name": "status",
|
|
10859
|
+ "type": "Integer",
|
|
10860
|
+ "remark": "",
|
|
10861
|
+ "chnname": "状态"
|
|
10862
|
+ },
|
|
10863
|
+ {
|
|
10864
|
+ "name": "app_max_num",
|
|
10865
|
+ "type": "Integer",
|
|
10866
|
+ "remark": "",
|
|
10867
|
+ "chnname": "维护小程序数量"
|
|
10868
|
+ },
|
|
10869
|
+ {
|
|
10870
|
+ "name": "create_time",
|
|
10871
|
+ "type": "DateTime",
|
|
10872
|
+ "remark": "",
|
|
10873
|
+ "chnname": "创建时间"
|
|
10874
|
+ }
|
|
10875
|
+ ],
|
|
10876
|
+ "indexs": [],
|
|
10877
|
+ "headers": [
|
|
10878
|
+ {
|
|
10879
|
+ "fieldName": "chnname",
|
|
10880
|
+ "relationNoShow": false
|
|
10881
|
+ },
|
|
10882
|
+ {
|
|
10883
|
+ "fieldName": "name",
|
|
10884
|
+ "relationNoShow": false
|
|
10885
|
+ },
|
|
10886
|
+ {
|
|
10887
|
+ "fieldName": "type",
|
|
10888
|
+ "relationNoShow": false
|
|
10889
|
+ },
|
|
10890
|
+ {
|
|
10891
|
+ "fieldName": "dataType",
|
|
10892
|
+ "relationNoShow": true
|
|
10893
|
+ },
|
|
10894
|
+ {
|
|
10895
|
+ "fieldName": "remark",
|
|
10896
|
+ "relationNoShow": true
|
|
10897
|
+ },
|
|
10898
|
+ {
|
|
10899
|
+ "fieldName": "pk",
|
|
10900
|
+ "relationNoShow": false
|
|
10901
|
+ },
|
|
10902
|
+ {
|
|
10903
|
+ "fieldName": "notNull",
|
|
10904
|
+ "relationNoShow": true
|
|
10905
|
+ },
|
|
10906
|
+ {
|
|
10907
|
+ "fieldName": "autoIncrement",
|
|
10908
|
+ "relationNoShow": true
|
|
10909
|
+ },
|
|
10910
|
+ {
|
|
10911
|
+ "fieldName": "defaultValue",
|
|
10912
|
+ "relationNoShow": true
|
|
10913
|
+ },
|
|
10914
|
+ {
|
|
10915
|
+ "fieldName": "relationNoShow",
|
|
10916
|
+ "relationNoShow": true
|
|
10917
|
+ },
|
|
10918
|
+ {
|
|
10919
|
+ "fieldName": "uiHint",
|
|
10920
|
+ "relationNoShow": true
|
|
10921
|
+ }
|
|
10922
|
+ ],
|
|
10923
|
+ "chnname": "渠道代理表"
|
|
10924
|
+ },
|
10791
|
10925
|
{
|
10792
|
10926
|
"title": "sys_sms_setting",
|
10793
|
10927
|
"fields": [
|
|
@@ -10879,6 +11013,86 @@
|
10879
|
11013
|
}
|
10880
|
11014
|
],
|
10881
|
11015
|
"chnname": "短信模板设置"
|
|
11016
|
+ },
|
|
11017
|
+ {
|
|
11018
|
+ "title": "ta_channel_app_relation",
|
|
11019
|
+ "fields": [
|
|
11020
|
+ {
|
|
11021
|
+ "name": "relation_id",
|
|
11022
|
+ "type": "Integer",
|
|
11023
|
+ "remark": "",
|
|
11024
|
+ "chnname": "关系id",
|
|
11025
|
+ "pk": true,
|
|
11026
|
+ "notNull": true,
|
|
11027
|
+ "autoIncrement": true
|
|
11028
|
+ },
|
|
11029
|
+ {
|
|
11030
|
+ "name": "channel_id",
|
|
11031
|
+ "type": "Integer",
|
|
11032
|
+ "remark": "",
|
|
11033
|
+ "chnname": "渠道id"
|
|
11034
|
+ },
|
|
11035
|
+ {
|
|
11036
|
+ "name": "org_id",
|
|
11037
|
+ "type": "Integer",
|
|
11038
|
+ "remark": "",
|
|
11039
|
+ "chnname": "公司id"
|
|
11040
|
+ },
|
|
11041
|
+ {
|
|
11042
|
+ "name": "create_time",
|
|
11043
|
+ "type": "DateTime",
|
|
11044
|
+ "remark": "",
|
|
11045
|
+ "chnname": "创建时间"
|
|
11046
|
+ }
|
|
11047
|
+ ],
|
|
11048
|
+ "indexs": [],
|
|
11049
|
+ "headers": [
|
|
11050
|
+ {
|
|
11051
|
+ "fieldName": "chnname",
|
|
11052
|
+ "relationNoShow": false
|
|
11053
|
+ },
|
|
11054
|
+ {
|
|
11055
|
+ "fieldName": "name",
|
|
11056
|
+ "relationNoShow": false
|
|
11057
|
+ },
|
|
11058
|
+ {
|
|
11059
|
+ "fieldName": "type",
|
|
11060
|
+ "relationNoShow": false
|
|
11061
|
+ },
|
|
11062
|
+ {
|
|
11063
|
+ "fieldName": "dataType",
|
|
11064
|
+ "relationNoShow": true
|
|
11065
|
+ },
|
|
11066
|
+ {
|
|
11067
|
+ "fieldName": "remark",
|
|
11068
|
+ "relationNoShow": true
|
|
11069
|
+ },
|
|
11070
|
+ {
|
|
11071
|
+ "fieldName": "pk",
|
|
11072
|
+ "relationNoShow": false
|
|
11073
|
+ },
|
|
11074
|
+ {
|
|
11075
|
+ "fieldName": "notNull",
|
|
11076
|
+ "relationNoShow": true
|
|
11077
|
+ },
|
|
11078
|
+ {
|
|
11079
|
+ "fieldName": "autoIncrement",
|
|
11080
|
+ "relationNoShow": true
|
|
11081
|
+ },
|
|
11082
|
+ {
|
|
11083
|
+ "fieldName": "defaultValue",
|
|
11084
|
+ "relationNoShow": true
|
|
11085
|
+ },
|
|
11086
|
+ {
|
|
11087
|
+ "fieldName": "relationNoShow",
|
|
11088
|
+ "relationNoShow": true
|
|
11089
|
+ },
|
|
11090
|
+ {
|
|
11091
|
+ "fieldName": "uiHint",
|
|
11092
|
+ "relationNoShow": true
|
|
11093
|
+ }
|
|
11094
|
+ ],
|
|
11095
|
+ "chnname": "渠道小程序关系表"
|
10882
|
11096
|
}
|
10883
|
11097
|
],
|
10884
|
11098
|
"graphCanvas": {
|