File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,8 @@ DbSource.Paramters accepts the following three parameters:
205205| TemplateEngine | Template Engine, optional, default to root module engine |
206206| Template | Template File |
207207| Output | Output |
208+ | IgnoreNoPKTable | Ignore no PK Table |
209+ | IgnoreView | Ignore view |
208210| IncludeTables | Include table name s |
209211| IgnoreTables | Ignore table name s |
210212| NamingConverter | Named Converter |
@@ -224,4 +226,5 @@ DbSource.Paramters accepts the following three parameters:
224226| :--------- | --------:|
225227| Type | Default |
226228| Paramters.IgnorePrefix | Ignore prefix characters |
227- | Paramters.Delimiter | Separator |
229+ | Paramters.Delimiter | Separator |
230+ | Paramters.UppercaseSplit | Using uppercase separation, default: true |
Original file line number Diff line number Diff line change @@ -206,6 +206,8 @@ DbSource.Paramters 接受以下三个参数:
206206| TemplateEngine | 模板引擎,可选,默认使用根模块引擎 |
207207| Template | 模板文件 |
208208| Output | 输出 |
209+ | IgnoreNoPKTable | 忽略无主键表 |
210+ | IgnoreView | 忽略视图 |
209211| IncludeTables | 包括表名s |
210212| IgnoreTables | 忽略表名s |
211213| NamingConverter | 命名转换器 |
@@ -225,4 +227,5 @@ DbSource.Paramters 接受以下三个参数:
225227| :--------- | --------:|
226228| Type | Default |
227229| Paramters.IgnorePrefix | 忽略前缀字符 |
228- | Paramters.Delimiter | 分隔符 |
230+ | Paramters.Delimiter | 分隔符 |
231+ | Paramters.UppercaseSplit | 使用大写分隔,默认:true |
You can’t perform that action at this time.
0 commit comments