|
@@ -1561,6 +1561,18 @@
|
1561
|
1561
|
"type": "DefaultString",
|
1562
|
1562
|
"remark": "",
|
1563
|
1563
|
"chnname": "来源入口"
|
|
1564
|
+ },
|
|
1565
|
+ {
|
|
1566
|
+ "name": "report_recommend_status",
|
|
1567
|
+ "type": "TINYINT",
|
|
1568
|
+ "remark": "",
|
|
1569
|
+ "chnname": "推荐/报备状态(0未/1报/2推)"
|
|
1570
|
+ },
|
|
1571
|
+ {
|
|
1572
|
+ "name": "create_date",
|
|
1573
|
+ "type": "DateTime",
|
|
1574
|
+ "remark": "",
|
|
1575
|
+ "chnname": "创建时间"
|
1564
|
1576
|
}
|
1565
|
1577
|
],
|
1566
|
1578
|
"indexs": [],
|
|
@@ -1911,6 +1923,12 @@
|
1911
|
1923
|
"type": "TINYINT",
|
1912
|
1924
|
"remark": "",
|
1913
|
1925
|
"chnname": "权重"
|
|
1926
|
+ },
|
|
1927
|
+ {
|
|
1928
|
+ "name": "share_img",
|
|
1929
|
+ "type": "LongText",
|
|
1930
|
+ "remark": "",
|
|
1931
|
+ "chnname": "分享图片"
|
1914
|
1932
|
}
|
1915
|
1933
|
],
|
1916
|
1934
|
"indexs": [],
|
|
@@ -2790,6 +2808,12 @@
|
2790
|
2808
|
"type": "Integer",
|
2791
|
2809
|
"remark": "",
|
2792
|
2810
|
"chnname": "分享数"
|
|
2811
|
+ },
|
|
2812
|
+ {
|
|
2813
|
+ "name": "share_img",
|
|
2814
|
+ "type": "LongText",
|
|
2815
|
+ "remark": "",
|
|
2816
|
+ "chnname": "分享图片"
|
2793
|
2817
|
}
|
2794
|
2818
|
],
|
2795
|
2819
|
"indexs": [],
|
|
@@ -5295,6 +5319,243 @@
|
5295
|
5319
|
}
|
5296
|
5320
|
],
|
5297
|
5321
|
"chnname": "项目报表设置"
|
|
5322
|
+ },
|
|
5323
|
+ {
|
|
5324
|
+ "title": "ta_policy",
|
|
5325
|
+ "fields": [
|
|
5326
|
+ {
|
|
5327
|
+ "name": "policy_id",
|
|
5328
|
+ "type": "Integer",
|
|
5329
|
+ "remark": "",
|
|
5330
|
+ "chnname": "政策id",
|
|
5331
|
+ "pk": true,
|
|
5332
|
+ "notNull": true,
|
|
5333
|
+ "autoIncrement": true
|
|
5334
|
+ },
|
|
5335
|
+ {
|
|
5336
|
+ "name": "title",
|
|
5337
|
+ "type": "LongKey",
|
|
5338
|
+ "remark": "",
|
|
5339
|
+ "chnname": "政策标题"
|
|
5340
|
+ },
|
|
5341
|
+ {
|
|
5342
|
+ "name": "body",
|
|
5343
|
+ "type": "LongText",
|
|
5344
|
+ "remark": "",
|
|
5345
|
+ "chnname": "正文"
|
|
5346
|
+ },
|
|
5347
|
+ {
|
|
5348
|
+ "name": "publish_user",
|
|
5349
|
+ "type": "LongKey",
|
|
5350
|
+ "remark": "",
|
|
5351
|
+ "chnname": "发布人"
|
|
5352
|
+ },
|
|
5353
|
+ {
|
|
5354
|
+ "name": "publish_date",
|
|
5355
|
+ "type": "DateTime",
|
|
5356
|
+ "remark": "",
|
|
5357
|
+ "chnname": "发布日期"
|
|
5358
|
+ },
|
|
5359
|
+ {
|
|
5360
|
+ "name": "status",
|
|
5361
|
+ "type": "TINYINT",
|
|
5362
|
+ "remark": "",
|
|
5363
|
+ "chnname": "状态"
|
|
5364
|
+ },
|
|
5365
|
+ {
|
|
5366
|
+ "name": "type",
|
|
5367
|
+ "type": "IdOrKey",
|
|
5368
|
+ "remark": "",
|
|
5369
|
+ "chnname": "类型"
|
|
5370
|
+ },
|
|
5371
|
+ {
|
|
5372
|
+ "name": "city_id",
|
|
5373
|
+ "type": "Integer",
|
|
5374
|
+ "remark": "",
|
|
5375
|
+ "chnname": "城市ID"
|
|
5376
|
+ },
|
|
5377
|
+ {
|
|
5378
|
+ "name": "create_date",
|
|
5379
|
+ "type": "DateTime",
|
|
5380
|
+ "remark": "",
|
|
5381
|
+ "chnname": "创建时间"
|
|
5382
|
+ },
|
|
5383
|
+ {
|
|
5384
|
+ "name": "org_id",
|
|
5385
|
+ "type": "Integer",
|
|
5386
|
+ "remark": "",
|
|
5387
|
+ "chnname": "公司id"
|
|
5388
|
+ },
|
|
5389
|
+ {
|
|
5390
|
+ "name": "building_id",
|
|
5391
|
+ "type": "LongKey",
|
|
5392
|
+ "remark": "",
|
|
5393
|
+ "chnname": "楼盘id"
|
|
5394
|
+ },
|
|
5395
|
+ {
|
|
5396
|
+ "name": "policy_img",
|
|
5397
|
+ "type": "LongText",
|
|
5398
|
+ "remark": "",
|
|
5399
|
+ "chnname": "政策图片"
|
|
5400
|
+ },
|
|
5401
|
+ {
|
|
5402
|
+ "name": "city_name",
|
|
5403
|
+ "type": "LongKey",
|
|
5404
|
+ "remark": "",
|
|
5405
|
+ "chnname": "城市名称"
|
|
5406
|
+ },
|
|
5407
|
+ {
|
|
5408
|
+ "name": "publish_status",
|
|
5409
|
+ "type": "TINYINT",
|
|
5410
|
+ "remark": "",
|
|
5411
|
+ "chnname": "发布状态"
|
|
5412
|
+ },
|
|
5413
|
+ {
|
|
5414
|
+ "name": "weight",
|
|
5415
|
+ "type": "Integer",
|
|
5416
|
+ "remark": "",
|
|
5417
|
+ "chnname": "权重"
|
|
5418
|
+ }
|
|
5419
|
+ ],
|
|
5420
|
+ "indexs": [],
|
|
5421
|
+ "headers": [
|
|
5422
|
+ {
|
|
5423
|
+ "fieldName": "chnname",
|
|
5424
|
+ "relationNoShow": false
|
|
5425
|
+ },
|
|
5426
|
+ {
|
|
5427
|
+ "fieldName": "name",
|
|
5428
|
+ "relationNoShow": false
|
|
5429
|
+ },
|
|
5430
|
+ {
|
|
5431
|
+ "fieldName": "type",
|
|
5432
|
+ "relationNoShow": false
|
|
5433
|
+ },
|
|
5434
|
+ {
|
|
5435
|
+ "fieldName": "dataType",
|
|
5436
|
+ "relationNoShow": true
|
|
5437
|
+ },
|
|
5438
|
+ {
|
|
5439
|
+ "fieldName": "remark",
|
|
5440
|
+ "relationNoShow": true
|
|
5441
|
+ },
|
|
5442
|
+ {
|
|
5443
|
+ "fieldName": "pk",
|
|
5444
|
+ "relationNoShow": false
|
|
5445
|
+ },
|
|
5446
|
+ {
|
|
5447
|
+ "fieldName": "notNull",
|
|
5448
|
+ "relationNoShow": true
|
|
5449
|
+ },
|
|
5450
|
+ {
|
|
5451
|
+ "fieldName": "autoIncrement",
|
|
5452
|
+ "relationNoShow": true
|
|
5453
|
+ },
|
|
5454
|
+ {
|
|
5455
|
+ "fieldName": "defaultValue",
|
|
5456
|
+ "relationNoShow": true
|
|
5457
|
+ },
|
|
5458
|
+ {
|
|
5459
|
+ "fieldName": "relationNoShow",
|
|
5460
|
+ "relationNoShow": true
|
|
5461
|
+ },
|
|
5462
|
+ {
|
|
5463
|
+ "fieldName": "uiHint",
|
|
5464
|
+ "relationNoShow": true
|
|
5465
|
+ }
|
|
5466
|
+ ],
|
|
5467
|
+ "chnname": "购房政策表"
|
|
5468
|
+ },
|
|
5469
|
+ {
|
|
5470
|
+ "title": "ta_building_project_type",
|
|
5471
|
+ "fields": [
|
|
5472
|
+ {
|
|
5473
|
+ "name": "building_id",
|
|
5474
|
+ "type": "LongKey",
|
|
5475
|
+ "remark": "",
|
|
5476
|
+ "chnname": "楼盘id"
|
|
5477
|
+ },
|
|
5478
|
+ {
|
|
5479
|
+ "name": "project_id",
|
|
5480
|
+ "type": "Integer",
|
|
5481
|
+ "remark": "",
|
|
5482
|
+ "chnname": "项目id",
|
|
5483
|
+ "pk": true,
|
|
5484
|
+ "notNull": true,
|
|
5485
|
+ "autoIncrement": true
|
|
5486
|
+ },
|
|
5487
|
+ {
|
|
5488
|
+ "name": "price",
|
|
5489
|
+ "type": "Integer",
|
|
5490
|
+ "remark": "",
|
|
5491
|
+ "chnname": "价格"
|
|
5492
|
+ },
|
|
5493
|
+ {
|
|
5494
|
+ "name": "decoration",
|
|
5495
|
+ "type": "LongKey",
|
|
5496
|
+ "remark": "",
|
|
5497
|
+ "chnname": "装修标准"
|
|
5498
|
+ },
|
|
5499
|
+ {
|
|
5500
|
+ "name": "rights_year",
|
|
5501
|
+ "type": "Integer",
|
|
5502
|
+ "remark": "",
|
|
5503
|
+ "chnname": "产权年限"
|
|
5504
|
+ },
|
|
5505
|
+ {
|
|
5506
|
+ "name": "status",
|
|
5507
|
+ "type": "TINYINT",
|
|
5508
|
+ "remark": "",
|
|
5509
|
+ "chnname": "状态"
|
|
5510
|
+ }
|
|
5511
|
+ ],
|
|
5512
|
+ "indexs": [],
|
|
5513
|
+ "headers": [
|
|
5514
|
+ {
|
|
5515
|
+ "fieldName": "chnname",
|
|
5516
|
+ "relationNoShow": false
|
|
5517
|
+ },
|
|
5518
|
+ {
|
|
5519
|
+ "fieldName": "name",
|
|
5520
|
+ "relationNoShow": false
|
|
5521
|
+ },
|
|
5522
|
+ {
|
|
5523
|
+ "fieldName": "type",
|
|
5524
|
+ "relationNoShow": false
|
|
5525
|
+ },
|
|
5526
|
+ {
|
|
5527
|
+ "fieldName": "dataType",
|
|
5528
|
+ "relationNoShow": true
|
|
5529
|
+ },
|
|
5530
|
+ {
|
|
5531
|
+ "fieldName": "remark",
|
|
5532
|
+ "relationNoShow": true
|
|
5533
|
+ },
|
|
5534
|
+ {
|
|
5535
|
+ "fieldName": "pk",
|
|
5536
|
+ "relationNoShow": false
|
|
5537
|
+ },
|
|
5538
|
+ {
|
|
5539
|
+ "fieldName": "notNull",
|
|
5540
|
+ "relationNoShow": true
|
|
5541
|
+ },
|
|
5542
|
+ {
|
|
5543
|
+ "fieldName": "autoIncrement",
|
|
5544
|
+ "relationNoShow": true
|
|
5545
|
+ },
|
|
5546
|
+ {
|
|
5547
|
+ "fieldName": "defaultValue",
|
|
5548
|
+ "relationNoShow": true
|
|
5549
|
+ },
|
|
5550
|
+ {
|
|
5551
|
+ "fieldName": "relationNoShow",
|
|
5552
|
+ "relationNoShow": true
|
|
5553
|
+ },
|
|
5554
|
+ {
|
|
5555
|
+ "fieldName": "uiHint",
|
|
5556
|
+ "relationNoShow": true
|
|
5557
|
+ }
|
|
5558
|
+ ]
|
5298
|
5559
|
}
|
5299
|
5560
|
],
|
5300
|
5561
|
"graphCanvas": {
|