mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
5.1.4.174
This commit is contained in:
parent
142feaf759
commit
a4e19f5d71
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("5.1.4.173")]
|
[assembly: AssemblyVersion("5.1.4.174")]
|
||||||
[assembly: AssemblyFileVersion("5.1.4.173")]
|
[assembly: AssemblyFileVersion("5.1.4.174")]
|
||||||
|
@ -8,6 +8,7 @@ namespace OrmTest
|
|||||||
{
|
{
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
Cases.Init();
|
||||||
//Each example will automatically create a table and can run independently.
|
//Each example will automatically create a table and can run independently.
|
||||||
//每个例子都会自动建表 并且可以独立运行
|
//每个例子都会自动建表 并且可以独立运行
|
||||||
_1_CodeFirst.Init();
|
_1_CodeFirst.Init();
|
||||||
|
Loading…
Reference in New Issue
Block a user