创建了PLC相关的文件
This commit is contained in:
26
Helper/SqlSugarHelper.cs
Normal file
26
Helper/SqlSugarHelper.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
using PMSWPF.Data;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PMSWPF.Helper
|
||||
{
|
||||
public class SqlSugarHelper
|
||||
{
|
||||
private DbContext _db;
|
||||
|
||||
public SqlSugarHelper() {
|
||||
_db=new DbContext();
|
||||
|
||||
}
|
||||
|
||||
public void InitTables()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user