|
@@ -2888,6 +2888,12 @@
|
2888
|
2888
|
"type": "LongText",
|
2889
|
2889
|
"remark": "",
|
2890
|
2890
|
"chnname": "分享图片"
|
|
2891
|
+ },
|
|
2892
|
+ {
|
|
2893
|
+ "name": "weight",
|
|
2894
|
+ "type": "TINYINT",
|
|
2895
|
+ "remark": "",
|
|
2896
|
+ "chnname": "权重"
|
2891
|
2897
|
}
|
2892
|
2898
|
],
|
2893
|
2899
|
"indexs": [],
|
|
@@ -6349,6 +6355,98 @@
|
6349
|
6355
|
}
|
6350
|
6356
|
],
|
6351
|
6357
|
"chnname": "人员分享来源表"
|
|
6358
|
+ },
|
|
6359
|
+ {
|
|
6360
|
+ "title": "ta_third_party_miniapp_config",
|
|
6361
|
+ "fields": [
|
|
6362
|
+ {
|
|
6363
|
+ "name": "config_id",
|
|
6364
|
+ "type": "Integer",
|
|
6365
|
+ "remark": "",
|
|
6366
|
+ "chnname": "id",
|
|
6367
|
+ "pk": true,
|
|
6368
|
+ "notNull": true,
|
|
6369
|
+ "autoIncrement": true
|
|
6370
|
+ },
|
|
6371
|
+ {
|
|
6372
|
+ "name": "appid",
|
|
6373
|
+ "type": "ShortString",
|
|
6374
|
+ "remark": "",
|
|
6375
|
+ "chnname": "appid"
|
|
6376
|
+ },
|
|
6377
|
+ {
|
|
6378
|
+ "name": "app_secret",
|
|
6379
|
+ "type": "MiddleString",
|
|
6380
|
+ "remark": "",
|
|
6381
|
+ "chnname": "app_secret"
|
|
6382
|
+ },
|
|
6383
|
+ {
|
|
6384
|
+ "name": "target_type",
|
|
6385
|
+ "type": "LongKey",
|
|
6386
|
+ "remark": "",
|
|
6387
|
+ "chnname": "目标类型"
|
|
6388
|
+ },
|
|
6389
|
+ {
|
|
6390
|
+ "name": "target_id",
|
|
6391
|
+ "type": "LongKey",
|
|
6392
|
+ "remark": "",
|
|
6393
|
+ "chnname": "目标id"
|
|
6394
|
+ },
|
|
6395
|
+ {
|
|
6396
|
+ "name": "org_id",
|
|
6397
|
+ "type": "Integer",
|
|
6398
|
+ "remark": "",
|
|
6399
|
+ "chnname": "公司id"
|
|
6400
|
+ }
|
|
6401
|
+ ],
|
|
6402
|
+ "indexs": [],
|
|
6403
|
+ "headers": [
|
|
6404
|
+ {
|
|
6405
|
+ "fieldName": "chnname",
|
|
6406
|
+ "relationNoShow": false
|
|
6407
|
+ },
|
|
6408
|
+ {
|
|
6409
|
+ "fieldName": "name",
|
|
6410
|
+ "relationNoShow": false
|
|
6411
|
+ },
|
|
6412
|
+ {
|
|
6413
|
+ "fieldName": "type",
|
|
6414
|
+ "relationNoShow": false
|
|
6415
|
+ },
|
|
6416
|
+ {
|
|
6417
|
+ "fieldName": "dataType",
|
|
6418
|
+ "relationNoShow": true
|
|
6419
|
+ },
|
|
6420
|
+ {
|
|
6421
|
+ "fieldName": "remark",
|
|
6422
|
+ "relationNoShow": true
|
|
6423
|
+ },
|
|
6424
|
+ {
|
|
6425
|
+ "fieldName": "pk",
|
|
6426
|
+ "relationNoShow": false
|
|
6427
|
+ },
|
|
6428
|
+ {
|
|
6429
|
+ "fieldName": "notNull",
|
|
6430
|
+ "relationNoShow": true
|
|
6431
|
+ },
|
|
6432
|
+ {
|
|
6433
|
+ "fieldName": "autoIncrement",
|
|
6434
|
+ "relationNoShow": true
|
|
6435
|
+ },
|
|
6436
|
+ {
|
|
6437
|
+ "fieldName": "defaultValue",
|
|
6438
|
+ "relationNoShow": true
|
|
6439
|
+ },
|
|
6440
|
+ {
|
|
6441
|
+ "fieldName": "relationNoShow",
|
|
6442
|
+ "relationNoShow": true
|
|
6443
|
+ },
|
|
6444
|
+ {
|
|
6445
|
+ "fieldName": "uiHint",
|
|
6446
|
+ "relationNoShow": true
|
|
6447
|
+ }
|
|
6448
|
+ ],
|
|
6449
|
+ "chnname": "第三方小程序令牌"
|
6352
|
6450
|
}
|
6353
|
6451
|
],
|
6354
|
6452
|
"graphCanvas": {
|