mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
7 lines
90 B
C#
7 lines
90 B
C#
namespace SqlSugar
|
|
{
|
|
public class MySqlInsertBuilder : InsertBuilder
|
|
{
|
|
}
|
|
}
|