|
@@ -272,6 +272,18 @@
|
272
|
272
|
"type": "DefaultString",
|
273
|
273
|
"remark": "",
|
274
|
274
|
"chnname": "用户来源"
|
|
275
|
+ },
|
|
276
|
+ {
|
|
277
|
+ "name": "user_id",
|
|
278
|
+ "type": "Integer",
|
|
279
|
+ "remark": "",
|
|
280
|
+ "chnname": "用户id"
|
|
281
|
+ },
|
|
282
|
+ {
|
|
283
|
+ "name": "user_port",
|
|
284
|
+ "type": "LongKey",
|
|
285
|
+ "remark": "",
|
|
286
|
+ "chnname": "用户进入端"
|
275
|
287
|
}
|
276
|
288
|
],
|
277
|
289
|
"indexs": [],
|
|
@@ -5556,6 +5568,169 @@
|
5556
|
5568
|
"relationNoShow": true
|
5557
|
5569
|
}
|
5558
|
5570
|
]
|
|
5571
|
+ },
|
|
5572
|
+ {
|
|
5573
|
+ "title": "ta_channel",
|
|
5574
|
+ "fields": [
|
|
5575
|
+ {
|
|
5576
|
+ "name": "channel_id",
|
|
5577
|
+ "type": "Integer",
|
|
5578
|
+ "remark": "",
|
|
5579
|
+ "chnname": "渠道id",
|
|
5580
|
+ "pk": true,
|
|
5581
|
+ "notNull": true,
|
|
5582
|
+ "autoIncrement": true
|
|
5583
|
+ },
|
|
5584
|
+ {
|
|
5585
|
+ "name": "channel_name",
|
|
5586
|
+ "type": "LongKey",
|
|
5587
|
+ "remark": "",
|
|
5588
|
+ "chnname": "渠道名称"
|
|
5589
|
+ },
|
|
5590
|
+ {
|
|
5591
|
+ "name": "channel_code",
|
|
5592
|
+ "type": "DefaultString",
|
|
5593
|
+ "remark": "",
|
|
5594
|
+ "chnname": "渠道唯一识别码"
|
|
5595
|
+ },
|
|
5596
|
+ {
|
|
5597
|
+ "name": "create_date",
|
|
5598
|
+ "type": "DateTime",
|
|
5599
|
+ "remark": "",
|
|
5600
|
+ "chnname": "创建时间"
|
|
5601
|
+ },
|
|
5602
|
+ {
|
|
5603
|
+ "name": "org_id",
|
|
5604
|
+ "type": "Integer",
|
|
5605
|
+ "remark": "",
|
|
5606
|
+ "chnname": "公司id"
|
|
5607
|
+ },
|
|
5608
|
+ {
|
|
5609
|
+ "name": "building_id",
|
|
5610
|
+ "type": "LongKey",
|
|
5611
|
+ "remark": "",
|
|
5612
|
+ "chnname": "楼盘id"
|
|
5613
|
+ }
|
|
5614
|
+ ],
|
|
5615
|
+ "indexs": [],
|
|
5616
|
+ "headers": [
|
|
5617
|
+ {
|
|
5618
|
+ "fieldName": "chnname",
|
|
5619
|
+ "relationNoShow": false
|
|
5620
|
+ },
|
|
5621
|
+ {
|
|
5622
|
+ "fieldName": "name",
|
|
5623
|
+ "relationNoShow": false
|
|
5624
|
+ },
|
|
5625
|
+ {
|
|
5626
|
+ "fieldName": "type",
|
|
5627
|
+ "relationNoShow": false
|
|
5628
|
+ },
|
|
5629
|
+ {
|
|
5630
|
+ "fieldName": "dataType",
|
|
5631
|
+ "relationNoShow": true
|
|
5632
|
+ },
|
|
5633
|
+ {
|
|
5634
|
+ "fieldName": "remark",
|
|
5635
|
+ "relationNoShow": true
|
|
5636
|
+ },
|
|
5637
|
+ {
|
|
5638
|
+ "fieldName": "pk",
|
|
5639
|
+ "relationNoShow": false
|
|
5640
|
+ },
|
|
5641
|
+ {
|
|
5642
|
+ "fieldName": "notNull",
|
|
5643
|
+ "relationNoShow": true
|
|
5644
|
+ },
|
|
5645
|
+ {
|
|
5646
|
+ "fieldName": "autoIncrement",
|
|
5647
|
+ "relationNoShow": true
|
|
5648
|
+ },
|
|
5649
|
+ {
|
|
5650
|
+ "fieldName": "defaultValue",
|
|
5651
|
+ "relationNoShow": true
|
|
5652
|
+ },
|
|
5653
|
+ {
|
|
5654
|
+ "fieldName": "relationNoShow",
|
|
5655
|
+ "relationNoShow": true
|
|
5656
|
+ },
|
|
5657
|
+ {
|
|
5658
|
+ "fieldName": "uiHint",
|
|
5659
|
+ "relationNoShow": true
|
|
5660
|
+ }
|
|
5661
|
+ ],
|
|
5662
|
+ "chnname": "渠道表"
|
|
5663
|
+ },
|
|
5664
|
+ {
|
|
5665
|
+ "title": "ta_channel_person",
|
|
5666
|
+ "fields": [
|
|
5667
|
+ {
|
|
5668
|
+ "name": "person_id",
|
|
5669
|
+ "type": "LongKey",
|
|
5670
|
+ "remark": "",
|
|
5671
|
+ "chnname": "人员id"
|
|
5672
|
+ },
|
|
5673
|
+ {
|
|
5674
|
+ "name": "channel_id",
|
|
5675
|
+ "type": "Integer",
|
|
5676
|
+ "remark": "",
|
|
5677
|
+ "chnname": "渠道id"
|
|
5678
|
+ },
|
|
5679
|
+ {
|
|
5680
|
+ "name": "create_date",
|
|
5681
|
+ "type": "DateTime",
|
|
5682
|
+ "remark": "",
|
|
5683
|
+ "chnname": "创建时间"
|
|
5684
|
+ }
|
|
5685
|
+ ],
|
|
5686
|
+ "indexs": [],
|
|
5687
|
+ "headers": [
|
|
5688
|
+ {
|
|
5689
|
+ "fieldName": "chnname",
|
|
5690
|
+ "relationNoShow": false
|
|
5691
|
+ },
|
|
5692
|
+ {
|
|
5693
|
+ "fieldName": "name",
|
|
5694
|
+ "relationNoShow": false
|
|
5695
|
+ },
|
|
5696
|
+ {
|
|
5697
|
+ "fieldName": "type",
|
|
5698
|
+ "relationNoShow": false
|
|
5699
|
+ },
|
|
5700
|
+ {
|
|
5701
|
+ "fieldName": "dataType",
|
|
5702
|
+ "relationNoShow": true
|
|
5703
|
+ },
|
|
5704
|
+ {
|
|
5705
|
+ "fieldName": "remark",
|
|
5706
|
+ "relationNoShow": true
|
|
5707
|
+ },
|
|
5708
|
+ {
|
|
5709
|
+ "fieldName": "pk",
|
|
5710
|
+ "relationNoShow": false
|
|
5711
|
+ },
|
|
5712
|
+ {
|
|
5713
|
+ "fieldName": "notNull",
|
|
5714
|
+ "relationNoShow": true
|
|
5715
|
+ },
|
|
5716
|
+ {
|
|
5717
|
+ "fieldName": "autoIncrement",
|
|
5718
|
+ "relationNoShow": true
|
|
5719
|
+ },
|
|
5720
|
+ {
|
|
5721
|
+ "fieldName": "defaultValue",
|
|
5722
|
+ "relationNoShow": true
|
|
5723
|
+ },
|
|
5724
|
+ {
|
|
5725
|
+ "fieldName": "relationNoShow",
|
|
5726
|
+ "relationNoShow": true
|
|
5727
|
+ },
|
|
5728
|
+ {
|
|
5729
|
+ "fieldName": "uiHint",
|
|
5730
|
+ "relationNoShow": true
|
|
5731
|
+ }
|
|
5732
|
+ ],
|
|
5733
|
+ "chnname": "渠道人员对应表"
|
5559
|
5734
|
}
|
5560
|
5735
|
],
|
5561
|
5736
|
"graphCanvas": {
|