SqlSugar/Src/Asp.Net/SqlSugar.Access/Access/SqlBuilder/AccessUpdateBuilder.cs

13 lines
217 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SqlSugar.Access
{
2022-02-20 13:54:58 +08:00
public class SqlServerUpdateBuilder: UpdateBuilder
{
}
}