From fed31c45dfc87f0ae19929193e1cbd48cd38c95a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Mon, 25 Sep 2023 09:17:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=B0=83=E6=95=B4=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- New_College.Model/Models/U_VolunteerTable.cs | 2 +- New_College.Model/Models/V_OrderInfo.cs | 2 +- New_College.Model/Models/V_VipCardInfo.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/New_College.Model/Models/U_VolunteerTable.cs b/New_College.Model/Models/U_VolunteerTable.cs index 0fea94c..d877ff1 100644 --- a/New_College.Model/Models/U_VolunteerTable.cs +++ b/New_College.Model/Models/U_VolunteerTable.cs @@ -7,7 +7,7 @@ namespace New_College.Model.Models /// /// 志愿Table /// - public class U_VolunteerTable : EntityModel + public class U_VolunteerTable : DEntityTenant { /// /// 用户ID diff --git a/New_College.Model/Models/V_OrderInfo.cs b/New_College.Model/Models/V_OrderInfo.cs index 05a82c6..fb6504e 100644 --- a/New_College.Model/Models/V_OrderInfo.cs +++ b/New_College.Model/Models/V_OrderInfo.cs @@ -9,7 +9,7 @@ namespace New_College.Model.Models /// /// 此表用户绑定后添加和直接购买 /// - public class V_OrderInfo : RootEntity + public class V_OrderInfo : DEntityRootTenant { /// /// 1支付宝支付 0微信支付 diff --git a/New_College.Model/Models/V_VipCardInfo.cs b/New_College.Model/Models/V_VipCardInfo.cs index c450c8c..d838dc7 100644 --- a/New_College.Model/Models/V_VipCardInfo.cs +++ b/New_College.Model/Models/V_VipCardInfo.cs @@ -4,7 +4,7 @@ using System.Text; namespace New_College.Model.Models { - public class V_VipCardInfo : RootEntity + public class V_VipCardInfo : DEntityRootTenant { /// /// 账号 key