清理无用代码
This commit is contained in:
@@ -3,14 +3,12 @@ using SqlSugar;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace JinYuan.DAL
|
||||
{
|
||||
public interface ISugarHepler: IDisposable
|
||||
public interface ISugarHepler : IDisposable
|
||||
{
|
||||
/// <summary>
|
||||
/// 初始化数据库连接
|
||||
@@ -177,7 +175,7 @@ namespace JinYuan.DAL
|
||||
|
||||
#region 查询
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 查询所有
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user