mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-07 18:04:45 +08:00
Routine Update
This commit is contained in:
@@ -45,7 +45,13 @@ namespace OpenAuth.Domain
|
||||
/// 所属功能模块流水号
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public int ModuleId { get; set; }
|
||||
public int ModuleId { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 所属页面ID
|
||||
/// </summary>
|
||||
public int PageId { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -31,6 +31,7 @@ namespace OpenAuth.Repository.Models.Mapping
|
||||
this.Property(t => t.Name).HasColumnName("Name");
|
||||
this.Property(t => t.Type).HasColumnName("Type");
|
||||
this.Property(t => t.ModuleId).HasColumnName("ModuleId");
|
||||
this.Property(t => t.PageId).HasColumnName("PageId");
|
||||
this.Property(t => t.Remark).HasColumnName("Remark");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user