@@ -14,7 +14,7 @@ Output:
1414 Type : File
1515 Path : ' E:\SmartSql-Starter'
1616Parameters :
17- SmartSqlVersion : ' 4.0.56 '
17+ SmartSqlVersion : ' 4.0.58 '
1818 SmartSqlSchemaVersion : ' 4.0.42'
1919 BuildDir : ' E:\SmartSql-Starter\build'
2020 DockerImage : ' smartsql.starter'
@@ -44,6 +44,10 @@ NamingConverter:
4444 Delimiter : ' _'
4545 Converter :
4646 Type : Pascal
47+
48+ TableFilter :
49+ IgnoreNoPKTable : true
50+ IgnoreView : true
4751
4852# 构建任务
4953Build :
@@ -101,6 +105,8 @@ Build:
101105 Module : Entity
102106 TemplateEngine :
103107 Path : Entity.cshtml
108+ IgnoreNoPKTable : false
109+ IgnoreView : false
104110 Output :
105111 Path : ' src/{{Project.Module}}.{{Build.Module}}'
106112 Name : ' {{Items.CurrentTable.ConvertedName}}'
@@ -111,8 +117,6 @@ Build:
111117 Module : Repository
112118 TemplateEngine :
113119 Path : Repository.cshtml
114- IgnoreNoPKTable : true
115- IgnoreView : true
116120 Output :
117121 Path : ' src/{{Project.Module}}.{{Build.Module}}'
118122 Name : ' I{{Items.CurrentTable.ConvertedName}}Repository'
@@ -123,8 +127,6 @@ Build:
123127 Module : Service
124128 TemplateEngine :
125129 Path : Service.cshtml
126- IgnoreNoPKTable : true
127- IgnoreView : true
128130 Output :
129131 Path : ' src/{{Project.Module}}.{{Build.Module}}'
130132 Name : ' {{Items.CurrentTable.ConvertedName}}Service'
@@ -135,8 +137,6 @@ Build:
135137 Module : API
136138 TemplateEngine :
137139 Path : API/APIController.cshtml
138- IgnoreNoPKTable : true
139- IgnoreView : true
140140 Output :
141141 Path : ' src/{{Project.Module}}.{{Build.Module}}/Controllers'
142142 Name : ' {{Items.CurrentTable.ConvertedName}}Controller'
@@ -150,8 +150,6 @@ Build:
150150 Path : ' src/{{Project.Module}}.Repository/Maps'
151151 Name : ' {{Items.CurrentTable.ConvertedName}}'
152152 Extension : .xml
153- IgnoreNoPKTable : true
154- IgnoreView : true
155153
156154# Please install dotnet-format first!
157155# dotnet tool install -g dotnet-format
0 commit comments