Files
SqlSugar/Src/Asp.Net/SqlServerTest/9_Update.cs

17 lines
252 B
C#
Raw Normal View History

2023-11-06 18:42:44 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest
{
internal class _9_Update
{
2023-11-06 19:12:46 +08:00
internal static void Init()
{
}
2023-11-06 18:42:44 +08:00
}
}