mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 20:43:46 +08:00
-
This commit is contained in:
15
Src/Asp.Net/SqlServerTest/Demo/Demo3_Insertable.cs
Normal file
15
Src/Asp.Net/SqlServerTest/Demo/Demo3_Insertable.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OrmTest
|
||||
{
|
||||
public class Demo3_Insertable
|
||||
{
|
||||
public static void Init() {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user