|
@@ -17198,6 +17198,166 @@
|
17198
|
17198
|
}
|
17199
|
17199
|
],
|
17200
|
17200
|
"chnname": "活动统计"
|
|
17201
|
+ },
|
|
17202
|
+ {
|
|
17203
|
+ "title": "ts_channel_daily",
|
|
17204
|
+ "fields": [
|
|
17205
|
+ {
|
|
17206
|
+ "name": "serial_no",
|
|
17207
|
+ "type": "Integer",
|
|
17208
|
+ "remark": "",
|
|
17209
|
+ "chnname": "序号",
|
|
17210
|
+ "pk": true,
|
|
17211
|
+ "notNull": true,
|
|
17212
|
+ "autoIncrement": true
|
|
17213
|
+ },
|
|
17214
|
+ {
|
|
17215
|
+ "name": "statis_date",
|
|
17216
|
+ "type": "DefaultString",
|
|
17217
|
+ "remark": "",
|
|
17218
|
+ "chnname": "统计时间"
|
|
17219
|
+ },
|
|
17220
|
+ {
|
|
17221
|
+ "name": "org_id",
|
|
17222
|
+ "type": "Integer",
|
|
17223
|
+ "remark": "",
|
|
17224
|
+ "chnname": "公司id"
|
|
17225
|
+ },
|
|
17226
|
+ {
|
|
17227
|
+ "name": "building_id",
|
|
17228
|
+ "type": "LongKey",
|
|
17229
|
+ "remark": "",
|
|
17230
|
+ "chnname": "楼盘id"
|
|
17231
|
+ },
|
|
17232
|
+ {
|
|
17233
|
+ "name": "building_name",
|
|
17234
|
+ "type": "MiddleString",
|
|
17235
|
+ "remark": "",
|
|
17236
|
+ "chnname": "楼盘名称"
|
|
17237
|
+ },
|
|
17238
|
+ {
|
|
17239
|
+ "name": "target_type",
|
|
17240
|
+ "type": "DefaultString",
|
|
17241
|
+ "remark": "",
|
|
17242
|
+ "chnname": "类型"
|
|
17243
|
+ },
|
|
17244
|
+ {
|
|
17245
|
+ "name": "target_id",
|
|
17246
|
+ "type": "LongKey",
|
|
17247
|
+ "remark": "",
|
|
17248
|
+ "chnname": "类型的对应ID"
|
|
17249
|
+ },
|
|
17250
|
+ {
|
|
17251
|
+ "name": "target_name",
|
|
17252
|
+ "type": "MiddleString",
|
|
17253
|
+ "remark": "",
|
|
17254
|
+ "chnname": "类型名称"
|
|
17255
|
+ },
|
|
17256
|
+ {
|
|
17257
|
+ "name": "share_num",
|
|
17258
|
+ "type": "Integer",
|
|
17259
|
+ "remark": "",
|
|
17260
|
+ "chnname": "分享次数"
|
|
17261
|
+ },
|
|
17262
|
+ {
|
|
17263
|
+ "name": "share_persons",
|
|
17264
|
+ "type": "Integer",
|
|
17265
|
+ "remark": "",
|
|
17266
|
+ "chnname": "分享人数"
|
|
17267
|
+ },
|
|
17268
|
+ {
|
|
17269
|
+ "name": "visit_num",
|
|
17270
|
+ "type": "Integer",
|
|
17271
|
+ "remark": "",
|
|
17272
|
+ "chnname": "访问次数"
|
|
17273
|
+ },
|
|
17274
|
+ {
|
|
17275
|
+ "name": "visit_persons",
|
|
17276
|
+ "type": "Integer",
|
|
17277
|
+ "remark": "",
|
|
17278
|
+ "chnname": "访问人数"
|
|
17279
|
+ },
|
|
17280
|
+ {
|
|
17281
|
+ "name": "new_persons",
|
|
17282
|
+ "type": "Integer",
|
|
17283
|
+ "remark": "",
|
|
17284
|
+ "chnname": "新增用户"
|
|
17285
|
+ },
|
|
17286
|
+ {
|
|
17287
|
+ "name": "new_customers",
|
|
17288
|
+ "type": "Integer",
|
|
17289
|
+ "remark": "",
|
|
17290
|
+ "chnname": "新增客户"
|
|
17291
|
+ },
|
|
17292
|
+ {
|
|
17293
|
+ "name": "qr_code_id",
|
|
17294
|
+ "type": "Integer",
|
|
17295
|
+ "remark": "",
|
|
17296
|
+ "chnname": "二维码id"
|
|
17297
|
+ },
|
|
17298
|
+ {
|
|
17299
|
+ "name": "channel_id",
|
|
17300
|
+ "type": "Integer",
|
|
17301
|
+ "remark": "",
|
|
17302
|
+ "chnname": "渠道ID"
|
|
17303
|
+ }
|
|
17304
|
+ ],
|
|
17305
|
+ "indexs": [
|
|
17306
|
+ {
|
|
17307
|
+ "name": "sts_activity_org",
|
|
17308
|
+ "isUnique": false,
|
|
17309
|
+ "fields": [
|
|
17310
|
+ "org_id"
|
|
17311
|
+ ]
|
|
17312
|
+ }
|
|
17313
|
+ ],
|
|
17314
|
+ "headers": [
|
|
17315
|
+ {
|
|
17316
|
+ "fieldName": "chnname",
|
|
17317
|
+ "relationNoShow": false
|
|
17318
|
+ },
|
|
17319
|
+ {
|
|
17320
|
+ "fieldName": "name",
|
|
17321
|
+ "relationNoShow": false
|
|
17322
|
+ },
|
|
17323
|
+ {
|
|
17324
|
+ "fieldName": "type",
|
|
17325
|
+ "relationNoShow": false
|
|
17326
|
+ },
|
|
17327
|
+ {
|
|
17328
|
+ "fieldName": "dataType",
|
|
17329
|
+ "relationNoShow": true
|
|
17330
|
+ },
|
|
17331
|
+ {
|
|
17332
|
+ "fieldName": "remark",
|
|
17333
|
+ "relationNoShow": true
|
|
17334
|
+ },
|
|
17335
|
+ {
|
|
17336
|
+ "fieldName": "pk",
|
|
17337
|
+ "relationNoShow": false
|
|
17338
|
+ },
|
|
17339
|
+ {
|
|
17340
|
+ "fieldName": "notNull",
|
|
17341
|
+ "relationNoShow": true
|
|
17342
|
+ },
|
|
17343
|
+ {
|
|
17344
|
+ "fieldName": "autoIncrement",
|
|
17345
|
+ "relationNoShow": true
|
|
17346
|
+ },
|
|
17347
|
+ {
|
|
17348
|
+ "fieldName": "defaultValue",
|
|
17349
|
+ "relationNoShow": true
|
|
17350
|
+ },
|
|
17351
|
+ {
|
|
17352
|
+ "fieldName": "relationNoShow",
|
|
17353
|
+ "relationNoShow": true
|
|
17354
|
+ },
|
|
17355
|
+ {
|
|
17356
|
+ "fieldName": "uiHint",
|
|
17357
|
+ "relationNoShow": true
|
|
17358
|
+ }
|
|
17359
|
+ ],
|
|
17360
|
+ "chnname": "渠道统计(项目,资讯,再线选房)"
|
17201
|
17361
|
}
|
17202
|
17362
|
],
|
17203
|
17363
|
"graphCanvas": {
|