SqlSugar/Src/Asp.Net/SqlServerTest/Demo/Demo2_Queryable.cs
2019-05-06 16:53:14 +08:00

17 lines
218 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace OrmTest.Demo
{
public class Demo2_Queryable
{
public static void Init()
{
}
}
}