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

18 lines
276 B
C#
Raw Normal View History

2017-10-23 16:07:26 +08:00
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
2019-06-04 21:00:10 +08:00
namespace OrmTest
2017-10-23 16:07:26 +08:00
{
2019-06-04 21:00:10 +08:00
public class Demo6_Queue
2017-10-23 16:07:26 +08:00
{
2019-06-04 21:00:10 +08:00
public static void Init()
{
//NoSupport
}
2017-10-23 16:07:26 +08:00
}
}