|
@@ -7424,6 +7424,53 @@
|
7424
|
7424
|
"autoIncrement": false,
|
7425
|
7425
|
"defaultValue": ""
|
7426
|
7426
|
}
|
|
7427
|
+ ],
|
|
7428
|
+ "indexs": [],
|
|
7429
|
+ "headers": [
|
|
7430
|
+ {
|
|
7431
|
+ "fieldName": "chnname",
|
|
7432
|
+ "relationNoShow": false
|
|
7433
|
+ },
|
|
7434
|
+ {
|
|
7435
|
+ "fieldName": "name",
|
|
7436
|
+ "relationNoShow": false
|
|
7437
|
+ },
|
|
7438
|
+ {
|
|
7439
|
+ "fieldName": "type",
|
|
7440
|
+ "relationNoShow": false
|
|
7441
|
+ },
|
|
7442
|
+ {
|
|
7443
|
+ "fieldName": "dataType",
|
|
7444
|
+ "relationNoShow": true
|
|
7445
|
+ },
|
|
7446
|
+ {
|
|
7447
|
+ "fieldName": "remark",
|
|
7448
|
+ "relationNoShow": true
|
|
7449
|
+ },
|
|
7450
|
+ {
|
|
7451
|
+ "fieldName": "pk",
|
|
7452
|
+ "relationNoShow": false
|
|
7453
|
+ },
|
|
7454
|
+ {
|
|
7455
|
+ "fieldName": "notNull",
|
|
7456
|
+ "relationNoShow": true
|
|
7457
|
+ },
|
|
7458
|
+ {
|
|
7459
|
+ "fieldName": "autoIncrement",
|
|
7460
|
+ "relationNoShow": true
|
|
7461
|
+ },
|
|
7462
|
+ {
|
|
7463
|
+ "fieldName": "defaultValue",
|
|
7464
|
+ "relationNoShow": true
|
|
7465
|
+ },
|
|
7466
|
+ {
|
|
7467
|
+ "fieldName": "relationNoShow",
|
|
7468
|
+ "relationNoShow": true
|
|
7469
|
+ },
|
|
7470
|
+ {
|
|
7471
|
+ "fieldName": "uiHint",
|
|
7472
|
+ "relationNoShow": true
|
|
7473
|
+ }
|
7427
|
7474
|
]
|
7428
|
7475
|
},
|
7429
|
7476
|
{
|
|
@@ -19250,6 +19297,151 @@
|
19250
|
19297
|
}
|
19251
|
19298
|
],
|
19252
|
19299
|
"chnname": "品牌开发商表"
|
|
19300
|
+ },
|
|
19301
|
+ {
|
|
19302
|
+ "title": "xlk_video",
|
|
19303
|
+ "fields": [
|
|
19304
|
+ {
|
|
19305
|
+ "name": "video_id",
|
|
19306
|
+ "type": "Integer",
|
|
19307
|
+ "remark": "",
|
|
19308
|
+ "chnname": "主键",
|
|
19309
|
+ "pk": true,
|
|
19310
|
+ "notNull": true
|
|
19311
|
+ },
|
|
19312
|
+ {
|
|
19313
|
+ "name": "CREATED_BY",
|
|
19314
|
+ "type": "IdOrKey",
|
|
19315
|
+ "remark": "",
|
|
19316
|
+ "chnname": "创建人"
|
|
19317
|
+ },
|
|
19318
|
+ {
|
|
19319
|
+ "name": "CREATED_TIME",
|
|
19320
|
+ "type": "DateTime",
|
|
19321
|
+ "remark": "",
|
|
19322
|
+ "chnname": "创建时间"
|
|
19323
|
+ },
|
|
19324
|
+ {
|
|
19325
|
+ "name": "UPDATED_BY",
|
|
19326
|
+ "type": "IdOrKey",
|
|
19327
|
+ "remark": "",
|
|
19328
|
+ "chnname": "更新人"
|
|
19329
|
+ },
|
|
19330
|
+ {
|
|
19331
|
+ "name": "UPDATED_TIME",
|
|
19332
|
+ "type": "DateTime",
|
|
19333
|
+ "remark": "",
|
|
19334
|
+ "chnname": "更新时间"
|
|
19335
|
+ },
|
|
19336
|
+ {
|
|
19337
|
+ "name": "ORG_ID",
|
|
19338
|
+ "type": "Integer",
|
|
19339
|
+ "remark": "",
|
|
19340
|
+ "chnname": "公司id"
|
|
19341
|
+ },
|
|
19342
|
+ {
|
|
19343
|
+ "name": "CITY_ID",
|
|
19344
|
+ "type": "INT_10",
|
|
19345
|
+ "chnname": "所属城市",
|
|
19346
|
+ "remark": "",
|
|
19347
|
+ "pk": false,
|
|
19348
|
+ "notNull": false,
|
|
19349
|
+ "autoIncrement": false,
|
|
19350
|
+ "defaultValue": ""
|
|
19351
|
+ },
|
|
19352
|
+ {
|
|
19353
|
+ "name": "BUILDING_ID",
|
|
19354
|
+ "type": "VARCHAR_128",
|
|
19355
|
+ "chnname": "所属楼盘",
|
|
19356
|
+ "remark": "",
|
|
19357
|
+ "pk": false,
|
|
19358
|
+ "notNull": false,
|
|
19359
|
+ "autoIncrement": false,
|
|
19360
|
+ "defaultValue": ""
|
|
19361
|
+ },
|
|
19362
|
+ {
|
|
19363
|
+ "name": "vide_img",
|
|
19364
|
+ "type": "ShortString",
|
|
19365
|
+ "remark": "",
|
|
19366
|
+ "chnname": "主图"
|
|
19367
|
+ },
|
|
19368
|
+ {
|
|
19369
|
+ "name": "name",
|
|
19370
|
+ "type": "ShortString",
|
|
19371
|
+ "remark": "",
|
|
19372
|
+ "chnname": "视频标题"
|
|
19373
|
+ },
|
|
19374
|
+ {
|
|
19375
|
+ "name": "remark",
|
|
19376
|
+ "type": "MiddleString",
|
|
19377
|
+ "remark": "",
|
|
19378
|
+ "chnname": "视频简介"
|
|
19379
|
+ },
|
|
19380
|
+ {
|
|
19381
|
+ "name": "video_url",
|
|
19382
|
+ "type": "ShortString",
|
|
19383
|
+ "remark": "",
|
|
19384
|
+ "chnname": "视频地址"
|
|
19385
|
+ },
|
|
19386
|
+ {
|
|
19387
|
+ "name": "WEIGHT",
|
|
19388
|
+ "type": "INT_10",
|
|
19389
|
+ "chnname": "权重",
|
|
19390
|
+ "remark": "",
|
|
19391
|
+ "pk": false,
|
|
19392
|
+ "notNull": false,
|
|
19393
|
+ "autoIncrement": false,
|
|
19394
|
+ "defaultValue": ""
|
|
19395
|
+ }
|
|
19396
|
+ ],
|
|
19397
|
+ "indexs": [],
|
|
19398
|
+ "headers": [
|
|
19399
|
+ {
|
|
19400
|
+ "fieldName": "chnname",
|
|
19401
|
+ "relationNoShow": false
|
|
19402
|
+ },
|
|
19403
|
+ {
|
|
19404
|
+ "fieldName": "name",
|
|
19405
|
+ "relationNoShow": false
|
|
19406
|
+ },
|
|
19407
|
+ {
|
|
19408
|
+ "fieldName": "type",
|
|
19409
|
+ "relationNoShow": false
|
|
19410
|
+ },
|
|
19411
|
+ {
|
|
19412
|
+ "fieldName": "dataType",
|
|
19413
|
+ "relationNoShow": true
|
|
19414
|
+ },
|
|
19415
|
+ {
|
|
19416
|
+ "fieldName": "remark",
|
|
19417
|
+ "relationNoShow": true
|
|
19418
|
+ },
|
|
19419
|
+ {
|
|
19420
|
+ "fieldName": "pk",
|
|
19421
|
+ "relationNoShow": false
|
|
19422
|
+ },
|
|
19423
|
+ {
|
|
19424
|
+ "fieldName": "notNull",
|
|
19425
|
+ "relationNoShow": true
|
|
19426
|
+ },
|
|
19427
|
+ {
|
|
19428
|
+ "fieldName": "autoIncrement",
|
|
19429
|
+ "relationNoShow": true
|
|
19430
|
+ },
|
|
19431
|
+ {
|
|
19432
|
+ "fieldName": "defaultValue",
|
|
19433
|
+ "relationNoShow": true
|
|
19434
|
+ },
|
|
19435
|
+ {
|
|
19436
|
+ "fieldName": "relationNoShow",
|
|
19437
|
+ "relationNoShow": true
|
|
19438
|
+ },
|
|
19439
|
+ {
|
|
19440
|
+ "fieldName": "uiHint",
|
|
19441
|
+ "relationNoShow": true
|
|
19442
|
+ }
|
|
19443
|
+ ],
|
|
19444
|
+ "chnname": "视频表"
|
19253
|
19445
|
}
|
19254
|
19446
|
],
|
19255
|
19447
|
"graphCanvas": {
|