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

18 lines
276 B
C#
Raw Normal View History

2019-06-04 17:48:25 +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()
{
2019-06-04 20:07:51 +08:00
//NoSupport
2019-06-04 17:48:25 +08:00
}
}
}