移除废弃的html模板

This commit is contained in:
2024-09-06 20:05:53 +08:00
parent cd62a8741a
commit f1423fba4f
28 changed files with 779 additions and 930 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ partial class Program
// 要生成的表名数组
var tableNames = new List<string> { "Subject"/*, "Order"*/ };
var tableNames = new List<string> { /*"Subject", "Order"*/ };
try
{