sqlsugar/Src/Asp.Net/OracleTest/Demo/Demo6_Queue.cs

18 lines
276 B
C#
Raw Permalink Normal View History

2025-05-11 16:20:50 +08:00
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest
{
public class Demo6_Queue
{
public static void Init()
{
//NoSupport
}
}
}