Browse Source

front-add-variable-delPrefix

daitianci 3 years ago
parent
commit
c645271440

+ 4 - 0
front/public/velocity/csharp.json

@@ -59,6 +59,10 @@
           "text": "namespace"
         },
         {
+          "expression": "${context.delPrefix}",
+          "text": "删除前缀"
+        },
+        {
           "expression": "${context.pkName}",
           "text": "表主键名"
         },

+ 4 - 0
front/public/velocity/java.json

@@ -55,6 +55,10 @@
           "text": "包名"
         },
         {
+          "expression": "${context.delPrefix}",
+          "text": "删除前缀"
+        },
+        {
           "expression": "${context.javaBeanName}",
           "text": "Java类名"
         },

+ 4 - 0
gen/src/main/resources/public/velocity/csharp.json

@@ -59,6 +59,10 @@
           "text": "namespace"
         },
         {
+          "expression": "${context.delPrefix}",
+          "text": "删除前缀"
+        },
+        {
           "expression": "${context.pkName}",
           "text": "表主键名"
         },

+ 4 - 0
gen/src/main/resources/public/velocity/java.json

@@ -55,6 +55,10 @@
           "text": "包名"
         },
         {
+          "expression": "${context.delPrefix}",
+          "text": "删除前缀"
+        },
+        {
           "expression": "${context.javaBeanName}",
           "text": "Java类名"
         },