feat:调整模块权限
parent
d2436c098d
commit
fed31c45df
|
|
@ -7,7 +7,7 @@ namespace New_College.Model.Models
|
|||
/// <summary>
|
||||
/// 志愿Table
|
||||
/// </summary>
|
||||
public class U_VolunteerTable : EntityModel
|
||||
public class U_VolunteerTable : DEntityTenant
|
||||
{
|
||||
/// <summary>
|
||||
/// 用户ID
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ namespace New_College.Model.Models
|
|||
/// <summary>
|
||||
/// 此表用户绑定后添加和直接购买
|
||||
/// </summary>
|
||||
public class V_OrderInfo : RootEntity
|
||||
public class V_OrderInfo : DEntityRootTenant
|
||||
{
|
||||
/// <summary>
|
||||
/// 1支付宝支付 0微信支付
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ using System.Text;
|
|||
|
||||
namespace New_College.Model.Models
|
||||
{
|
||||
public class V_VipCardInfo : RootEntity
|
||||
public class V_VipCardInfo : DEntityRootTenant
|
||||
{
|
||||
/// <summary>
|
||||
/// 账号 key
|
||||
|
|
|
|||
Loading…
Reference in New Issue