SqlSugar/Src/Asp.NetCore2/SqlSugar.HG/HG/DbFirst/PostgreSQLDbFirst.cs
2023-05-31 12:36:37 +08:00

12 lines
173 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace SqlSugar.HG
{
public class HGDbFirst : DbFirstProvider
{
}
}