Browse Source

button uri map

胡轶钦 5 years ago
parent
commit
9368afc14c
1 changed files with 84 additions and 0 deletions
  1. 84
    0
      estateagents.pdman.json

+ 84
- 0
estateagents.pdman.json View File

@@ -7325,6 +7325,81 @@
7325 7325
             }
7326 7326
           ],
7327 7327
           "chnname": "令牌表"
7328
+        },
7329
+        {
7330
+          "title": "ta_button_uri_map",
7331
+          "fields": [
7332
+            {
7333
+              "name": "button_code",
7334
+              "type": "ShortString",
7335
+              "remark": "",
7336
+              "chnname": "按钮",
7337
+              "pk": true,
7338
+              "notNull": true
7339
+            },
7340
+            {
7341
+              "name": "uri",
7342
+              "type": "ShortString",
7343
+              "remark": "",
7344
+              "chnname": "uri",
7345
+              "pk": true,
7346
+              "notNull": true
7347
+            },
7348
+            {
7349
+              "name": "remark",
7350
+              "type": "ShortString",
7351
+              "remark": "",
7352
+              "chnname": "说明"
7353
+            }
7354
+          ],
7355
+          "indexs": [],
7356
+          "headers": [
7357
+            {
7358
+              "fieldName": "chnname",
7359
+              "relationNoShow": false
7360
+            },
7361
+            {
7362
+              "fieldName": "name",
7363
+              "relationNoShow": false
7364
+            },
7365
+            {
7366
+              "fieldName": "type",
7367
+              "relationNoShow": false
7368
+            },
7369
+            {
7370
+              "fieldName": "dataType",
7371
+              "relationNoShow": true
7372
+            },
7373
+            {
7374
+              "fieldName": "remark",
7375
+              "relationNoShow": true
7376
+            },
7377
+            {
7378
+              "fieldName": "pk",
7379
+              "relationNoShow": false
7380
+            },
7381
+            {
7382
+              "fieldName": "notNull",
7383
+              "relationNoShow": true
7384
+            },
7385
+            {
7386
+              "fieldName": "autoIncrement",
7387
+              "relationNoShow": true
7388
+            },
7389
+            {
7390
+              "fieldName": "defaultValue",
7391
+              "relationNoShow": true
7392
+            },
7393
+            {
7394
+              "fieldName": "relationNoShow",
7395
+              "relationNoShow": true
7396
+            },
7397
+            {
7398
+              "fieldName": "uiHint",
7399
+              "relationNoShow": true
7400
+            }
7401
+          ],
7402
+          "chnname": "按钮路由映射表"
7328 7403
         }
7329 7404
       ],
7330 7405
       "graphCanvas": {
@@ -7855,6 +7930,15 @@
7855 7930
             "type": "TINYINT(4)"
7856 7931
           }
7857 7932
         }
7933
+      },
7934
+      {
7935
+        "name": "varchar512",
7936
+        "code": "varchar512",
7937
+        "apply": {
7938
+          "MYSQL": {
7939
+            "type": "varchar(512)"
7940
+          }
7941
+        }
7858 7942
       }
7859 7943
     ],
7860 7944
     "database": [