SqlSugar/Src/Asp.Net/SqlServerTest/UnitTest/Updateable.cs
2019-05-21 09:55:24 +08:00

17 lines
237 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest
{
public class Updateable
{
public static void Init()
{
}
}
}