SqlSugar/SqlSugar/Common/CommonExtensions.cs

13 lines
174 B
C#
Raw Normal View History

2017-01-07 21:54:51 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace SqlSugar
{
public static class CommonExtensions
{
}
}