Files
SqlSugar/Src/Asp.Net/SqlServerTest/_OldTest/UnitTest/Setting/MapColumn.cs
sunkaixuan 1a9bbf927b Update demo
2019-06-02 15:31:27 +08:00

15 lines
223 B
C#

using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest.UnitTest
{
public class MapColumn : UnitTestBase
{
}
}