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

16 lines
237 B
C#
Raw Normal View History

2019-05-20 18:00:14 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest
{
public class Demo6_Queue
{
2019-05-20 18:01:17 +08:00
public static void Init()
{
}
2019-05-20 18:00:14 +08:00
}
}