@@ -14,7 +14,7 @@ Output:
14
14
Type : File
15
15
Path : ' E:\SmartSql-Starter'
16
16
Parameters :
17
- SmartSqlVersion : ' 4.0.56 '
17
+ SmartSqlVersion : ' 4.0.58 '
18
18
SmartSqlSchemaVersion : ' 4.0.42'
19
19
BuildDir : ' E:\SmartSql-Starter\build'
20
20
DockerImage : ' smartsql.starter'
@@ -44,6 +44,10 @@ NamingConverter:
44
44
Delimiter : ' _'
45
45
Converter :
46
46
Type : Pascal
47
+
48
+ TableFilter :
49
+ IgnoreNoPKTable : true
50
+ IgnoreView : true
47
51
48
52
# 构建任务
49
53
Build :
@@ -101,6 +105,8 @@ Build:
101
105
Module : Entity
102
106
TemplateEngine :
103
107
Path : Entity.cshtml
108
+ IgnoreNoPKTable : false
109
+ IgnoreView : false
104
110
Output :
105
111
Path : ' src/{{Project.Module}}.{{Build.Module}}'
106
112
Name : ' {{Items.CurrentTable.ConvertedName}}'
@@ -111,8 +117,6 @@ Build:
111
117
Module : Repository
112
118
TemplateEngine :
113
119
Path : Repository.cshtml
114
- IgnoreNoPKTable : true
115
- IgnoreView : true
116
120
Output :
117
121
Path : ' src/{{Project.Module}}.{{Build.Module}}'
118
122
Name : ' I{{Items.CurrentTable.ConvertedName}}Repository'
@@ -123,8 +127,6 @@ Build:
123
127
Module : Service
124
128
TemplateEngine :
125
129
Path : Service.cshtml
126
- IgnoreNoPKTable : true
127
- IgnoreView : true
128
130
Output :
129
131
Path : ' src/{{Project.Module}}.{{Build.Module}}'
130
132
Name : ' {{Items.CurrentTable.ConvertedName}}Service'
@@ -135,8 +137,6 @@ Build:
135
137
Module : API
136
138
TemplateEngine :
137
139
Path : API/APIController.cshtml
138
- IgnoreNoPKTable : true
139
- IgnoreView : true
140
140
Output :
141
141
Path : ' src/{{Project.Module}}.{{Build.Module}}/Controllers'
142
142
Name : ' {{Items.CurrentTable.ConvertedName}}Controller'
@@ -150,8 +150,6 @@ Build:
150
150
Path : ' src/{{Project.Module}}.Repository/Maps'
151
151
Name : ' {{Items.CurrentTable.ConvertedName}}'
152
152
Extension : .xml
153
- IgnoreNoPKTable : true
154
- IgnoreView : true
155
153
156
154
# Please install dotnet-format first!
157
155
# dotnet tool install -g dotnet-format
0 commit comments