添加项目文件。
This commit is contained in:
24
SamplePre.DAL/DAL/SampleSequenceDal.cs
Normal file
24
SamplePre.DAL/DAL/SampleSequenceDal.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using Dapper;
|
||||
using DataDAL.DBContext;
|
||||
using Models.Models;
|
||||
using SamplePre.Common;
|
||||
using SamplePre.DAL.DBContext;
|
||||
using SamplePre.Models.Ext;
|
||||
using SamplePre.Models.Models;
|
||||
using SqlSugar;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using static Dapper.SqlMapper;
|
||||
|
||||
namespace SamplePre.DAL
|
||||
{
|
||||
public class SampleSequenceDal
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user