tanghc 3 years ago
parent
commit
8c07fb0c08

File diff suppressed because it is too large
+ 1 - 1
gen/src/main/resources/public/index.html


File diff suppressed because it is too large
+ 1 - 0
gen/src/main/resources/public/static/js/chunk-e1663c4e.3a1bca11.js


File diff suppressed because it is too large
+ 0 - 1
gen/src/main/resources/public/static/js/chunk-e1663c4e.70e5fab4.js


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

@@ -91,6 +91,10 @@
         {
           "expression": "${table.comment}",
           "text": "表注释"
+        },
+        {
+          "expression": "${table.schema}",
+          "text": "PostgreSQL中的Schema"
         }
       ]
     },

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

@@ -107,6 +107,10 @@
         {
           "expression": "${table.comment}",
           "text": "表注释"
+        },
+        {
+          "expression": "${table.schema}",
+          "text": "PostgreSQL中的Schema"
         }
       ]
     },