- FreeSql.Generator 不支持的选项,友好错误提示

This commit is contained in:
28810 2019-12-21 22:23:19 +08:00
parent 4330148193
commit a17917e172
2 changed files with 8 additions and 1 deletions

View File

@ -108,7 +108,7 @@ new Colorful.Formatter("v" + string.Join(".", typeof(ConsoleApp).Assembly.GetNam
-Filter Table+View+StoreProcedure
++
-Fitler View+StoreProcedure
-Filter View+StoreProcedure
-FileName {name}.cs
@ -183,6 +183,8 @@ new Colorful.Formatter("推荐在实体类目录创建 gen.bat双击它重新
setArgsOutput(args[a + 1]);
a++;
break;
default:
throw new ArgumentException($"错误的参数设置:{args[a]}");
}
}

View File

@ -82,4 +82,9 @@ public class g
(cmd, traceLog) => Console.WriteLine(traceLog))
.Build());
public static IFreeSql dameng => damemgLazy.Value;
//启动神州通用数据库 /etc/init.d/oscardb_OSRDBd start
//SYSDBA 密码 szoscar55
}