SqlSugar/Src/Asp.Net/SqlServerTest/OldTest/UnitTest/Setting/MapColumn.cs

15 lines
223 B
C#
Raw Normal View History

2017-04-30 17:26:45 +08:00
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest.UnitTest
{
2017-05-16 13:55:57 +08:00
public class MapColumn : UnitTestBase
2017-04-30 17:26:45 +08:00
{
2017-07-15 19:31:49 +08:00
2017-04-30 17:26:45 +08:00
}
}