diff --git a/Models/Models.csproj b/Models/Models.csproj
index 41c7ab5..824f046 100644
--- a/Models/Models.csproj
+++ b/Models/Models.csproj
@@ -210,6 +210,7 @@
SQL_Ti.tt
+
SQL_Ti.tt
diff --git a/Models/ProductProvider.cs b/Models/ProductProvider.cs
new file mode 100644
index 0000000..65523ae
--- /dev/null
+++ b/Models/ProductProvider.cs
@@ -0,0 +1,31 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Models
+{
+ public class ProductProvider : IProvider
+ {
+ public int Delete(Product t)
+ {
+ throw new NotImplementedException();
+ }
+
+ public int Insert(Product t)
+ {
+ throw new NotImplementedException();
+ }
+
+ public List Select()
+ {
+ throw new NotImplementedException();
+ }
+
+ public int Update(Product t)
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/Models/SQL_Ti.Designer.cs b/Models/SQL_Ti.Designer.cs
index 8c0b759..01f3864 100644
--- a/Models/SQL_Ti.Designer.cs
+++ b/Models/SQL_Ti.Designer.cs
@@ -1,4 +1,4 @@
-// 为模型“C:\Users\24018\source\repos\Audit_APP\Models\SQL_Ti.edmx”启用了 T4 代码生成。
+// 为模型“C:\Users\尚彩-沈忱\source\repos\Audit_APP\Models\SQL_Ti.edmx”启用了 T4 代码生成。
// 要启用旧代码生成功能,请将“代码生成策略”设计器属性的值
// 更改为“旧的 ObjectContext”。当在设计器中打开该模型时,此属性会出现在
// “属性”窗口中。
diff --git a/Models/SQL_Ti.edmx.diagram b/Models/SQL_Ti.edmx.diagram
index 36a64b6..a6ebfbe 100644
--- a/Models/SQL_Ti.edmx.diagram
+++ b/Models/SQL_Ti.edmx.diagram
@@ -4,7 +4,7 @@
-
+