feat:调整模块权限
parent
d2436c098d
commit
fed31c45df
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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微信支付
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue