feat:调整模块权限

develop
old易 2023-09-25 09:17:30 +08:00
parent d2436c098d
commit fed31c45df
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ namespace New_College.Model.Models
/// <summary> /// <summary>
/// 志愿Table /// 志愿Table
/// </summary> /// </summary>
public class U_VolunteerTable : EntityModel public class U_VolunteerTable : DEntityTenant
{ {
/// <summary> /// <summary>
/// 用户ID /// 用户ID

View File

@ -9,7 +9,7 @@ namespace New_College.Model.Models
/// <summary> /// <summary>
/// 此表用户绑定后添加和直接购买 /// 此表用户绑定后添加和直接购买
/// </summary> /// </summary>
public class V_OrderInfo : RootEntity public class V_OrderInfo : DEntityRootTenant
{ {
/// <summary> /// <summary>
/// 1支付宝支付 0微信支付 /// 1支付宝支付 0微信支付

View File

@ -4,7 +4,7 @@ using System.Text;
namespace New_College.Model.Models namespace New_College.Model.Models
{ {
public class V_VipCardInfo : RootEntity public class V_VipCardInfo : DEntityRootTenant
{ {
/// <summary> /// <summary>
/// 账号 key /// 账号 key