|
@@ -225,7 +225,7 @@
|
225
|
225
|
},
|
226
|
226
|
{
|
227
|
227
|
"name": "image",
|
228
|
|
- "type": "DefaultString",
|
|
228
|
+ "type": "LongText",
|
229
|
229
|
"remark": "",
|
230
|
230
|
"chnname": "图片"
|
231
|
231
|
},
|
|
@@ -1345,6 +1345,12 @@
|
1345
|
1345
|
"notNull": true,
|
1346
|
1346
|
"autoIncrement": false
|
1347
|
1347
|
},
|
|
1348
|
+ {
|
|
1349
|
+ "name": "openid",
|
|
1350
|
+ "type": "ShortString",
|
|
1351
|
+ "remark": "",
|
|
1352
|
+ "chnname": "openid"
|
|
1353
|
+ },
|
1348
|
1354
|
{
|
1349
|
1355
|
"name": "name",
|
1350
|
1356
|
"type": "Name",
|
|
@@ -1566,103 +1572,6 @@
|
1566
|
1572
|
],
|
1567
|
1573
|
"chnname": "人员统计"
|
1568
|
1574
|
},
|
1569
|
|
- {
|
1570
|
|
- "title": "ta_post_save",
|
1571
|
|
- "fields": [
|
1572
|
|
- {
|
1573
|
|
- "name": "serial_no",
|
1574
|
|
- "type": "Integer",
|
1575
|
|
- "remark": "",
|
1576
|
|
- "chnname": "主键",
|
1577
|
|
- "pk": true,
|
1578
|
|
- "notNull": true,
|
1579
|
|
- "autoIncrement": true
|
1580
|
|
- },
|
1581
|
|
- {
|
1582
|
|
- "name": "person_id",
|
1583
|
|
- "type": "LongKey",
|
1584
|
|
- "remark": "",
|
1585
|
|
- "chnname": "人员ID"
|
1586
|
|
- },
|
1587
|
|
- {
|
1588
|
|
- "name": "post_id",
|
1589
|
|
- "type": "LongKey",
|
1590
|
|
- "remark": "",
|
1591
|
|
- "chnname": "文章ID"
|
1592
|
|
- },
|
1593
|
|
- {
|
1594
|
|
- "name": "status",
|
1595
|
|
- "type": "TinyInt",
|
1596
|
|
- "remark": "",
|
1597
|
|
- "chnname": "状态",
|
1598
|
|
- "defaultValue": "1"
|
1599
|
|
- },
|
1600
|
|
- {
|
1601
|
|
- "name": "create_date",
|
1602
|
|
- "type": "DateTime",
|
1603
|
|
- "remark": "",
|
1604
|
|
- "chnname": "创建时间",
|
1605
|
|
- "defaultValue": "CURRENT_TIMESTAMP",
|
1606
|
|
- "notNull": true
|
1607
|
|
- },
|
1608
|
|
- {
|
1609
|
|
- "name": "update_date",
|
1610
|
|
- "type": "DateTime",
|
1611
|
|
- "remark": "",
|
1612
|
|
- "chnname": "更新时间",
|
1613
|
|
- "defaultValue": "CURRENT_TIMESTAMP",
|
1614
|
|
- "notNull": true
|
1615
|
|
- }
|
1616
|
|
- ],
|
1617
|
|
- "indexs": [],
|
1618
|
|
- "headers": [
|
1619
|
|
- {
|
1620
|
|
- "fieldName": "chnname",
|
1621
|
|
- "relationNoShow": false
|
1622
|
|
- },
|
1623
|
|
- {
|
1624
|
|
- "fieldName": "name",
|
1625
|
|
- "relationNoShow": false
|
1626
|
|
- },
|
1627
|
|
- {
|
1628
|
|
- "fieldName": "type",
|
1629
|
|
- "relationNoShow": false
|
1630
|
|
- },
|
1631
|
|
- {
|
1632
|
|
- "fieldName": "dataType",
|
1633
|
|
- "relationNoShow": true
|
1634
|
|
- },
|
1635
|
|
- {
|
1636
|
|
- "fieldName": "remark",
|
1637
|
|
- "relationNoShow": true
|
1638
|
|
- },
|
1639
|
|
- {
|
1640
|
|
- "fieldName": "pk",
|
1641
|
|
- "relationNoShow": false
|
1642
|
|
- },
|
1643
|
|
- {
|
1644
|
|
- "fieldName": "notNull",
|
1645
|
|
- "relationNoShow": true
|
1646
|
|
- },
|
1647
|
|
- {
|
1648
|
|
- "fieldName": "autoIncrement",
|
1649
|
|
- "relationNoShow": true
|
1650
|
|
- },
|
1651
|
|
- {
|
1652
|
|
- "fieldName": "defaultValue",
|
1653
|
|
- "relationNoShow": true
|
1654
|
|
- },
|
1655
|
|
- {
|
1656
|
|
- "fieldName": "relationNoShow",
|
1657
|
|
- "relationNoShow": true
|
1658
|
|
- },
|
1659
|
|
- {
|
1660
|
|
- "fieldName": "uiHint",
|
1661
|
|
- "relationNoShow": true
|
1662
|
|
- }
|
1663
|
|
- ],
|
1664
|
|
- "chnname": "收藏"
|
1665
|
|
- },
|
1666
|
1575
|
{
|
1667
|
1576
|
"title": "ta_medical_log",
|
1668
|
1577
|
"fields": [
|
|
@@ -1936,7 +1845,16 @@
|
1936
|
1845
|
"notNull": true
|
1937
|
1846
|
}
|
1938
|
1847
|
],
|
1939
|
|
- "indexs": [],
|
|
1848
|
+ "indexs": [
|
|
1849
|
+ {
|
|
1850
|
+ "name": "read_person_post",
|
|
1851
|
+ "isUnique": false,
|
|
1852
|
+ "fields": [
|
|
1853
|
+ "person_id",
|
|
1854
|
+ "post_id"
|
|
1855
|
+ ]
|
|
1856
|
+ }
|
|
1857
|
+ ],
|
1940
|
1858
|
"headers": [
|
1941
|
1859
|
{
|
1942
|
1860
|
"fieldName": "chnname",
|
|
@@ -2403,6 +2321,112 @@
|
2403
|
2321
|
],
|
2404
|
2322
|
"chnname": "文章表"
|
2405
|
2323
|
},
|
|
2324
|
+ {
|
|
2325
|
+ "title": "ta_post_save",
|
|
2326
|
+ "fields": [
|
|
2327
|
+ {
|
|
2328
|
+ "name": "serial_no",
|
|
2329
|
+ "type": "Integer",
|
|
2330
|
+ "remark": "",
|
|
2331
|
+ "chnname": "主键",
|
|
2332
|
+ "pk": true,
|
|
2333
|
+ "notNull": true,
|
|
2334
|
+ "autoIncrement": true
|
|
2335
|
+ },
|
|
2336
|
+ {
|
|
2337
|
+ "name": "person_id",
|
|
2338
|
+ "type": "LongKey",
|
|
2339
|
+ "remark": "",
|
|
2340
|
+ "chnname": "人员ID"
|
|
2341
|
+ },
|
|
2342
|
+ {
|
|
2343
|
+ "name": "post_id",
|
|
2344
|
+ "type": "LongKey",
|
|
2345
|
+ "remark": "",
|
|
2346
|
+ "chnname": "文章ID"
|
|
2347
|
+ },
|
|
2348
|
+ {
|
|
2349
|
+ "name": "status",
|
|
2350
|
+ "type": "TinyInt",
|
|
2351
|
+ "remark": "",
|
|
2352
|
+ "chnname": "状态",
|
|
2353
|
+ "defaultValue": "1"
|
|
2354
|
+ },
|
|
2355
|
+ {
|
|
2356
|
+ "name": "create_date",
|
|
2357
|
+ "type": "DateTime",
|
|
2358
|
+ "remark": "",
|
|
2359
|
+ "chnname": "创建时间",
|
|
2360
|
+ "defaultValue": "CURRENT_TIMESTAMP",
|
|
2361
|
+ "notNull": true
|
|
2362
|
+ },
|
|
2363
|
+ {
|
|
2364
|
+ "name": "update_date",
|
|
2365
|
+ "type": "DateTime",
|
|
2366
|
+ "remark": "",
|
|
2367
|
+ "chnname": "更新时间",
|
|
2368
|
+ "defaultValue": "CURRENT_TIMESTAMP",
|
|
2369
|
+ "notNull": true
|
|
2370
|
+ }
|
|
2371
|
+ ],
|
|
2372
|
+ "indexs": [
|
|
2373
|
+ {
|
|
2374
|
+ "name": "inx_post_save_person",
|
|
2375
|
+ "isUnique": false,
|
|
2376
|
+ "fields": [
|
|
2377
|
+ "person_id",
|
|
2378
|
+ "post_id"
|
|
2379
|
+ ]
|
|
2380
|
+ }
|
|
2381
|
+ ],
|
|
2382
|
+ "headers": [
|
|
2383
|
+ {
|
|
2384
|
+ "fieldName": "chnname",
|
|
2385
|
+ "relationNoShow": false
|
|
2386
|
+ },
|
|
2387
|
+ {
|
|
2388
|
+ "fieldName": "name",
|
|
2389
|
+ "relationNoShow": false
|
|
2390
|
+ },
|
|
2391
|
+ {
|
|
2392
|
+ "fieldName": "type",
|
|
2393
|
+ "relationNoShow": false
|
|
2394
|
+ },
|
|
2395
|
+ {
|
|
2396
|
+ "fieldName": "dataType",
|
|
2397
|
+ "relationNoShow": true
|
|
2398
|
+ },
|
|
2399
|
+ {
|
|
2400
|
+ "fieldName": "remark",
|
|
2401
|
+ "relationNoShow": true
|
|
2402
|
+ },
|
|
2403
|
+ {
|
|
2404
|
+ "fieldName": "pk",
|
|
2405
|
+ "relationNoShow": false
|
|
2406
|
+ },
|
|
2407
|
+ {
|
|
2408
|
+ "fieldName": "notNull",
|
|
2409
|
+ "relationNoShow": true
|
|
2410
|
+ },
|
|
2411
|
+ {
|
|
2412
|
+ "fieldName": "autoIncrement",
|
|
2413
|
+ "relationNoShow": true
|
|
2414
|
+ },
|
|
2415
|
+ {
|
|
2416
|
+ "fieldName": "defaultValue",
|
|
2417
|
+ "relationNoShow": true
|
|
2418
|
+ },
|
|
2419
|
+ {
|
|
2420
|
+ "fieldName": "relationNoShow",
|
|
2421
|
+ "relationNoShow": true
|
|
2422
|
+ },
|
|
2423
|
+ {
|
|
2424
|
+ "fieldName": "uiHint",
|
|
2425
|
+ "relationNoShow": true
|
|
2426
|
+ }
|
|
2427
|
+ ],
|
|
2428
|
+ "chnname": "收藏"
|
|
2429
|
+ },
|
2406
|
2430
|
{
|
2407
|
2431
|
"title": "ta_post_test",
|
2408
|
2432
|
"fields": [
|
|
@@ -2487,7 +2511,15 @@
|
2487
|
2511
|
"notNull": true
|
2488
|
2512
|
}
|
2489
|
2513
|
],
|
2490
|
|
- "indexs": [],
|
|
2514
|
+ "indexs": [
|
|
2515
|
+ {
|
|
2516
|
+ "name": "post_test_post",
|
|
2517
|
+ "isUnique": false,
|
|
2518
|
+ "fields": [
|
|
2519
|
+ "post_id"
|
|
2520
|
+ ]
|
|
2521
|
+ }
|
|
2522
|
+ ],
|
2491
|
2523
|
"headers": [
|
2492
|
2524
|
{
|
2493
|
2525
|
"fieldName": "chnname",
|