|
@@ -10855,6 +10855,75 @@
|
10855
|
10855
|
}
|
10856
|
10856
|
],
|
10857
|
10857
|
"chnname": "客户来源"
|
|
10858
|
+ },
|
|
10859
|
+ {
|
|
10860
|
+ "title": "ta_sequence",
|
|
10861
|
+ "fields": [
|
|
10862
|
+ {
|
|
10863
|
+ "name": "seq_name",
|
|
10864
|
+ "type": "IdOrKey",
|
|
10865
|
+ "remark": "",
|
|
10866
|
+ "chnname": "序列名",
|
|
10867
|
+ "pk": true,
|
|
10868
|
+ "notNull": true
|
|
10869
|
+ },
|
|
10870
|
+ {
|
|
10871
|
+ "name": "val",
|
|
10872
|
+ "type": "Integer",
|
|
10873
|
+ "remark": "",
|
|
10874
|
+ "chnname": "当前值",
|
|
10875
|
+ "notNull": true,
|
|
10876
|
+ "defaultValue": "0"
|
|
10877
|
+ }
|
|
10878
|
+ ],
|
|
10879
|
+ "indexs": [],
|
|
10880
|
+ "headers": [
|
|
10881
|
+ {
|
|
10882
|
+ "fieldName": "chnname",
|
|
10883
|
+ "relationNoShow": false
|
|
10884
|
+ },
|
|
10885
|
+ {
|
|
10886
|
+ "fieldName": "name",
|
|
10887
|
+ "relationNoShow": false
|
|
10888
|
+ },
|
|
10889
|
+ {
|
|
10890
|
+ "fieldName": "type",
|
|
10891
|
+ "relationNoShow": false
|
|
10892
|
+ },
|
|
10893
|
+ {
|
|
10894
|
+ "fieldName": "dataType",
|
|
10895
|
+ "relationNoShow": true
|
|
10896
|
+ },
|
|
10897
|
+ {
|
|
10898
|
+ "fieldName": "remark",
|
|
10899
|
+ "relationNoShow": true
|
|
10900
|
+ },
|
|
10901
|
+ {
|
|
10902
|
+ "fieldName": "pk",
|
|
10903
|
+ "relationNoShow": false
|
|
10904
|
+ },
|
|
10905
|
+ {
|
|
10906
|
+ "fieldName": "notNull",
|
|
10907
|
+ "relationNoShow": true
|
|
10908
|
+ },
|
|
10909
|
+ {
|
|
10910
|
+ "fieldName": "autoIncrement",
|
|
10911
|
+ "relationNoShow": true
|
|
10912
|
+ },
|
|
10913
|
+ {
|
|
10914
|
+ "fieldName": "defaultValue",
|
|
10915
|
+ "relationNoShow": true
|
|
10916
|
+ },
|
|
10917
|
+ {
|
|
10918
|
+ "fieldName": "relationNoShow",
|
|
10919
|
+ "relationNoShow": true
|
|
10920
|
+ },
|
|
10921
|
+ {
|
|
10922
|
+ "fieldName": "uiHint",
|
|
10923
|
+ "relationNoShow": true
|
|
10924
|
+ }
|
|
10925
|
+ ],
|
|
10926
|
+ "chnname": "业务序列表"
|
10858
|
10927
|
}
|
10859
|
10928
|
],
|
10860
|
10929
|
"graphCanvas": {
|
|
@@ -13192,6 +13261,14 @@
|
13192
|
13261
|
"notNull": true,
|
13193
|
13262
|
"defaultValue": "0"
|
13194
|
13263
|
},
|
|
13264
|
+ {
|
|
13265
|
+ "name": "real_amount",
|
|
13266
|
+ "type": "Integer",
|
|
13267
|
+ "remark": "单位分-去除费率",
|
|
13268
|
+ "chnname": "实际金额",
|
|
13269
|
+ "notNull": true,
|
|
13270
|
+ "defaultValue": "0"
|
|
13271
|
+ },
|
13195
|
13272
|
{
|
13196
|
13273
|
"name": "create_date",
|
13197
|
13274
|
"type": "DateTime",
|
|
@@ -13393,6 +13470,14 @@
|
13393
|
13470
|
"defaultValue": "0",
|
13394
|
13471
|
"notNull": true
|
13395
|
13472
|
},
|
|
13473
|
+ {
|
|
13474
|
+ "name": "real_amount",
|
|
13475
|
+ "type": "Integer",
|
|
13476
|
+ "remark": "单位分-去掉费率的金额",
|
|
13477
|
+ "chnname": "实际金额",
|
|
13478
|
+ "notNull": true,
|
|
13479
|
+ "defaultValue": "0"
|
|
13480
|
+ },
|
13396
|
13481
|
{
|
13397
|
13482
|
"name": "status",
|
13398
|
13483
|
"type": "TINYINT",
|
|
@@ -19917,6 +20002,319 @@
|
19917
|
20002
|
"edges": []
|
19918
|
20003
|
},
|
19919
|
20004
|
"associations": []
|
|
20005
|
+ },
|
|
20006
|
+ {
|
|
20007
|
+ "name": "website",
|
|
20008
|
+ "chnname": "官网",
|
|
20009
|
+ "entities": [
|
|
20010
|
+ {
|
|
20011
|
+ "title": "td_news_type",
|
|
20012
|
+ "fields": [
|
|
20013
|
+ {
|
|
20014
|
+ "name": "type_id",
|
|
20015
|
+ "type": "Integer",
|
|
20016
|
+ "remark": "",
|
|
20017
|
+ "chnname": "分类ID",
|
|
20018
|
+ "pk": true,
|
|
20019
|
+ "notNull": true,
|
|
20020
|
+ "autoIncrement": true
|
|
20021
|
+ },
|
|
20022
|
+ {
|
|
20023
|
+ "name": "type_name",
|
|
20024
|
+ "type": "Name",
|
|
20025
|
+ "remark": "",
|
|
20026
|
+ "chnname": "分类名称"
|
|
20027
|
+ },
|
|
20028
|
+ {
|
|
20029
|
+ "name": "type_p_id",
|
|
20030
|
+ "type": "Integer",
|
|
20031
|
+ "remark": "",
|
|
20032
|
+ "chnname": "父级分类"
|
|
20033
|
+ },
|
|
20034
|
+ {
|
|
20035
|
+ "name": "sort_num",
|
|
20036
|
+ "type": "IdOrKey",
|
|
20037
|
+ "remark": "",
|
|
20038
|
+ "chnname": "排序"
|
|
20039
|
+ },
|
|
20040
|
+ {
|
|
20041
|
+ "name": "status",
|
|
20042
|
+ "type": "Integer",
|
|
20043
|
+ "remark": "",
|
|
20044
|
+ "chnname": "状态"
|
|
20045
|
+ }
|
|
20046
|
+ ],
|
|
20047
|
+ "indexs": [],
|
|
20048
|
+ "headers": [
|
|
20049
|
+ {
|
|
20050
|
+ "fieldName": "chnname",
|
|
20051
|
+ "relationNoShow": false
|
|
20052
|
+ },
|
|
20053
|
+ {
|
|
20054
|
+ "fieldName": "name",
|
|
20055
|
+ "relationNoShow": false
|
|
20056
|
+ },
|
|
20057
|
+ {
|
|
20058
|
+ "fieldName": "type",
|
|
20059
|
+ "relationNoShow": false
|
|
20060
|
+ },
|
|
20061
|
+ {
|
|
20062
|
+ "fieldName": "dataType",
|
|
20063
|
+ "relationNoShow": true
|
|
20064
|
+ },
|
|
20065
|
+ {
|
|
20066
|
+ "fieldName": "remark",
|
|
20067
|
+ "relationNoShow": true
|
|
20068
|
+ },
|
|
20069
|
+ {
|
|
20070
|
+ "fieldName": "pk",
|
|
20071
|
+ "relationNoShow": false
|
|
20072
|
+ },
|
|
20073
|
+ {
|
|
20074
|
+ "fieldName": "notNull",
|
|
20075
|
+ "relationNoShow": true
|
|
20076
|
+ },
|
|
20077
|
+ {
|
|
20078
|
+ "fieldName": "autoIncrement",
|
|
20079
|
+ "relationNoShow": true
|
|
20080
|
+ },
|
|
20081
|
+ {
|
|
20082
|
+ "fieldName": "defaultValue",
|
|
20083
|
+ "relationNoShow": true
|
|
20084
|
+ },
|
|
20085
|
+ {
|
|
20086
|
+ "fieldName": "relationNoShow",
|
|
20087
|
+ "relationNoShow": true
|
|
20088
|
+ },
|
|
20089
|
+ {
|
|
20090
|
+ "fieldName": "uiHint",
|
|
20091
|
+ "relationNoShow": true
|
|
20092
|
+ }
|
|
20093
|
+ ],
|
|
20094
|
+ "chnname": "资讯分类"
|
|
20095
|
+ },
|
|
20096
|
+ {
|
|
20097
|
+ "title": "ta_office_news",
|
|
20098
|
+ "fields": [
|
|
20099
|
+ {
|
|
20100
|
+ "name": "news_id",
|
|
20101
|
+ "type": "Integer",
|
|
20102
|
+ "remark": "",
|
|
20103
|
+ "chnname": "资讯ID",
|
|
20104
|
+ "pk": true,
|
|
20105
|
+ "notNull": true,
|
|
20106
|
+ "autoIncrement": true
|
|
20107
|
+ },
|
|
20108
|
+ {
|
|
20109
|
+ "name": "title",
|
|
20110
|
+ "type": "Name",
|
|
20111
|
+ "remark": "",
|
|
20112
|
+ "chnname": "标题"
|
|
20113
|
+ },
|
|
20114
|
+ {
|
|
20115
|
+ "name": "create_date",
|
|
20116
|
+ "type": "DateTime",
|
|
20117
|
+ "remark": "",
|
|
20118
|
+ "chnname": "创建时间"
|
|
20119
|
+ },
|
|
20120
|
+ {
|
|
20121
|
+ "name": "publisher",
|
|
20122
|
+ "type": "Name",
|
|
20123
|
+ "remark": "",
|
|
20124
|
+ "chnname": "发布人"
|
|
20125
|
+ },
|
|
20126
|
+ {
|
|
20127
|
+ "name": "content",
|
|
20128
|
+ "type": "LongText",
|
|
20129
|
+ "remark": "",
|
|
20130
|
+ "chnname": "内容"
|
|
20131
|
+ },
|
|
20132
|
+ {
|
|
20133
|
+ "name": "type_id",
|
|
20134
|
+ "type": "Integer",
|
|
20135
|
+ "remark": "",
|
|
20136
|
+ "chnname": "类型"
|
|
20137
|
+ },
|
|
20138
|
+ {
|
|
20139
|
+ "name": "type_name",
|
|
20140
|
+ "type": "Name",
|
|
20141
|
+ "remark": "",
|
|
20142
|
+ "chnname": "类型名称"
|
|
20143
|
+ },
|
|
20144
|
+ {
|
|
20145
|
+ "name": "status",
|
|
20146
|
+ "type": "Integer",
|
|
20147
|
+ "remark": "",
|
|
20148
|
+ "chnname": "状态"
|
|
20149
|
+ }
|
|
20150
|
+ ],
|
|
20151
|
+ "indexs": [],
|
|
20152
|
+ "headers": [
|
|
20153
|
+ {
|
|
20154
|
+ "fieldName": "chnname",
|
|
20155
|
+ "relationNoShow": false
|
|
20156
|
+ },
|
|
20157
|
+ {
|
|
20158
|
+ "fieldName": "name",
|
|
20159
|
+ "relationNoShow": false
|
|
20160
|
+ },
|
|
20161
|
+ {
|
|
20162
|
+ "fieldName": "type",
|
|
20163
|
+ "relationNoShow": false
|
|
20164
|
+ },
|
|
20165
|
+ {
|
|
20166
|
+ "fieldName": "dataType",
|
|
20167
|
+ "relationNoShow": true
|
|
20168
|
+ },
|
|
20169
|
+ {
|
|
20170
|
+ "fieldName": "remark",
|
|
20171
|
+ "relationNoShow": true
|
|
20172
|
+ },
|
|
20173
|
+ {
|
|
20174
|
+ "fieldName": "pk",
|
|
20175
|
+ "relationNoShow": false
|
|
20176
|
+ },
|
|
20177
|
+ {
|
|
20178
|
+ "fieldName": "notNull",
|
|
20179
|
+ "relationNoShow": true
|
|
20180
|
+ },
|
|
20181
|
+ {
|
|
20182
|
+ "fieldName": "autoIncrement",
|
|
20183
|
+ "relationNoShow": true
|
|
20184
|
+ },
|
|
20185
|
+ {
|
|
20186
|
+ "fieldName": "defaultValue",
|
|
20187
|
+ "relationNoShow": true
|
|
20188
|
+ },
|
|
20189
|
+ {
|
|
20190
|
+ "fieldName": "relationNoShow",
|
|
20191
|
+ "relationNoShow": true
|
|
20192
|
+ },
|
|
20193
|
+ {
|
|
20194
|
+ "fieldName": "uiHint",
|
|
20195
|
+ "relationNoShow": true
|
|
20196
|
+ }
|
|
20197
|
+ ],
|
|
20198
|
+ "chnname": "资讯"
|
|
20199
|
+ },
|
|
20200
|
+ {
|
|
20201
|
+ "title": "ta_office_contact",
|
|
20202
|
+ "fields": [
|
|
20203
|
+ {
|
|
20204
|
+ "name": "serial_no",
|
|
20205
|
+ "type": "IdOrKey",
|
|
20206
|
+ "remark": "",
|
|
20207
|
+ "chnname": "表单编号",
|
|
20208
|
+ "pk": true,
|
|
20209
|
+ "notNull": true
|
|
20210
|
+ },
|
|
20211
|
+ {
|
|
20212
|
+ "name": "company",
|
|
20213
|
+ "type": "Name",
|
|
20214
|
+ "remark": "",
|
|
20215
|
+ "chnname": "公司名称",
|
|
20216
|
+ "notNull": true
|
|
20217
|
+ },
|
|
20218
|
+ {
|
|
20219
|
+ "name": "phone",
|
|
20220
|
+ "type": "DefaultString",
|
|
20221
|
+ "remark": "",
|
|
20222
|
+ "chnname": "手机号",
|
|
20223
|
+ "notNull": true
|
|
20224
|
+ },
|
|
20225
|
+ {
|
|
20226
|
+ "name": "name",
|
|
20227
|
+ "type": "Name",
|
|
20228
|
+ "remark": "",
|
|
20229
|
+ "chnname": "姓名",
|
|
20230
|
+ "notNull": true
|
|
20231
|
+ },
|
|
20232
|
+ {
|
|
20233
|
+ "name": "email",
|
|
20234
|
+ "type": "ShortString",
|
|
20235
|
+ "remark": "",
|
|
20236
|
+ "chnname": "邮箱"
|
|
20237
|
+ },
|
|
20238
|
+ {
|
|
20239
|
+ "name": "demand",
|
|
20240
|
+ "type": "LongText",
|
|
20241
|
+ "remark": "",
|
|
20242
|
+ "chnname": "需求"
|
|
20243
|
+ },
|
|
20244
|
+ {
|
|
20245
|
+ "name": "remark",
|
|
20246
|
+ "type": "LongText",
|
|
20247
|
+ "remark": "",
|
|
20248
|
+ "chnname": "备注"
|
|
20249
|
+ },
|
|
20250
|
+ {
|
|
20251
|
+ "name": "follow",
|
|
20252
|
+ "type": "LongText",
|
|
20253
|
+ "remark": "",
|
|
20254
|
+ "chnname": "跟进"
|
|
20255
|
+ },
|
|
20256
|
+ {
|
|
20257
|
+ "name": "create_date",
|
|
20258
|
+ "type": "DateTime",
|
|
20259
|
+ "remark": "",
|
|
20260
|
+ "chnname": "创建时间"
|
|
20261
|
+ }
|
|
20262
|
+ ],
|
|
20263
|
+ "indexs": [],
|
|
20264
|
+ "headers": [
|
|
20265
|
+ {
|
|
20266
|
+ "fieldName": "chnname",
|
|
20267
|
+ "relationNoShow": false
|
|
20268
|
+ },
|
|
20269
|
+ {
|
|
20270
|
+ "fieldName": "name",
|
|
20271
|
+ "relationNoShow": false
|
|
20272
|
+ },
|
|
20273
|
+ {
|
|
20274
|
+ "fieldName": "type",
|
|
20275
|
+ "relationNoShow": false
|
|
20276
|
+ },
|
|
20277
|
+ {
|
|
20278
|
+ "fieldName": "dataType",
|
|
20279
|
+ "relationNoShow": true
|
|
20280
|
+ },
|
|
20281
|
+ {
|
|
20282
|
+ "fieldName": "remark",
|
|
20283
|
+ "relationNoShow": true
|
|
20284
|
+ },
|
|
20285
|
+ {
|
|
20286
|
+ "fieldName": "pk",
|
|
20287
|
+ "relationNoShow": false
|
|
20288
|
+ },
|
|
20289
|
+ {
|
|
20290
|
+ "fieldName": "notNull",
|
|
20291
|
+ "relationNoShow": true
|
|
20292
|
+ },
|
|
20293
|
+ {
|
|
20294
|
+ "fieldName": "autoIncrement",
|
|
20295
|
+ "relationNoShow": true
|
|
20296
|
+ },
|
|
20297
|
+ {
|
|
20298
|
+ "fieldName": "defaultValue",
|
|
20299
|
+ "relationNoShow": true
|
|
20300
|
+ },
|
|
20301
|
+ {
|
|
20302
|
+ "fieldName": "relationNoShow",
|
|
20303
|
+ "relationNoShow": true
|
|
20304
|
+ },
|
|
20305
|
+ {
|
|
20306
|
+ "fieldName": "uiHint",
|
|
20307
|
+ "relationNoShow": true
|
|
20308
|
+ }
|
|
20309
|
+ ],
|
|
20310
|
+ "chnname": "联系咨询"
|
|
20311
|
+ }
|
|
20312
|
+ ],
|
|
20313
|
+ "graphCanvas": {
|
|
20314
|
+ "nodes": [],
|
|
20315
|
+ "edges": []
|
|
20316
|
+ },
|
|
20317
|
+ "associations": []
|
19920
|
20318
|
}
|
19921
|
20319
|
],
|
19922
|
20320
|
"dataTypeDomains": {
|