diff --git a/front/public/velocity/csharp.json b/front/public/velocity/csharp.json index b3d0341fe8fe7f959d5c9f2febdd91880d6a843a..8b01e1f12378cfb004680150aa061a39b3ccf7e7 100644 --- a/front/public/velocity/csharp.json +++ b/front/public/velocity/csharp.json @@ -58,6 +58,10 @@ "expression": "${context.packageName}", "text": "namespace" }, + { + "expression": "${context.delPrefix}", + "text": "删除前缀" + }, { "expression": "${context.pkName}", "text": "表主键名" diff --git a/front/public/velocity/java.json b/front/public/velocity/java.json index 4e5f6faca3b790ba4347aa7d2761f180ed9c0a31..4ec8ea3ddea05267d370b892c9e66dc153d9eaad 100644 --- a/front/public/velocity/java.json +++ b/front/public/velocity/java.json @@ -54,6 +54,10 @@ "expression": "${context.packageName}", "text": "包名" }, + { + "expression": "${context.delPrefix}", + "text": "删除前缀" + }, { "expression": "${context.javaBeanName}", "text": "Java类名" diff --git a/gen/src/main/resources/public/velocity/csharp.json b/gen/src/main/resources/public/velocity/csharp.json index b3d0341fe8fe7f959d5c9f2febdd91880d6a843a..8b01e1f12378cfb004680150aa061a39b3ccf7e7 100644 --- a/gen/src/main/resources/public/velocity/csharp.json +++ b/gen/src/main/resources/public/velocity/csharp.json @@ -58,6 +58,10 @@ "expression": "${context.packageName}", "text": "namespace" }, + { + "expression": "${context.delPrefix}", + "text": "删除前缀" + }, { "expression": "${context.pkName}", "text": "表主键名" diff --git a/gen/src/main/resources/public/velocity/java.json b/gen/src/main/resources/public/velocity/java.json index 4e5f6faca3b790ba4347aa7d2761f180ed9c0a31..4ec8ea3ddea05267d370b892c9e66dc153d9eaad 100644 --- a/gen/src/main/resources/public/velocity/java.json +++ b/gen/src/main/resources/public/velocity/java.json @@ -54,6 +54,10 @@ "expression": "${context.packageName}", "text": "包名" }, + { + "expression": "${context.delPrefix}", + "text": "删除前缀" + }, { "expression": "${context.javaBeanName}", "text": "Java类名"