mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
17 lines
252 B
C#
17 lines
252 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace OrmTest
|
|
{
|
|
internal class _a3_Merge
|
|
{
|
|
internal static void Init()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|