mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-07 22:27:58 +08:00
12 lines
173 B
C#
12 lines
173 B
C#
![]() |
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
|
|||
|
namespace SqlSugar.HG
|
|||
|
{
|
|||
|
public class HGDbFirst : DbFirstProvider
|
|||
|
{
|
|||
|
}
|
|||
|
}
|