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
|
|
|
|
}
|
|
|
|
|
|
}
|