mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
-
This commit is contained in:
parent
35d024d68c
commit
725db12a6a
@ -11,11 +11,11 @@ namespace OrmTest.Demo
|
||||
{
|
||||
public static void Init()
|
||||
{
|
||||
TimestampDome();
|
||||
DateTimeDome();
|
||||
TimestampDemo();
|
||||
DateTimeDemo();
|
||||
}
|
||||
|
||||
private static void TimestampDome()
|
||||
private static void TimestampDemo()
|
||||
{
|
||||
var db = GetInstance();
|
||||
try
|
||||
@ -55,7 +55,7 @@ namespace OrmTest.Demo
|
||||
}
|
||||
}
|
||||
}
|
||||
private static void DateTimeDome()
|
||||
private static void DateTimeDemo()
|
||||
{
|
||||
var db = GetInstance();
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user