全面修改Id为Guid类型,为2.0版做准备

This commit is contained in:
yubaolee
2016-09-02 18:05:17 +08:00
parent a8fd59e247
commit 574f5f9e1f
327 changed files with 10071 additions and 18206 deletions

View File

@@ -7,25 +7,22 @@
// Author:Yubao Li
// </autogenerated>
//------------------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenAuth.Domain
{
/// <summary>
/// 功能模块表
/// </summary>
public partial class Module
public partial class Module:Entity
{
public Module()
{
this.Id= 0;
this.CascadeId= string.Empty;
this.CascadeId= string.Empty;
this.Name= string.Empty;
this.Url= string.Empty;
this.HotKey= string.Empty;
this.ParentId= 0;
this.IconName= string.Empty;
this.Status= 0;
this.ParentName= string.Empty;
@@ -33,10 +30,6 @@ namespace OpenAuth.Domain
this.SortNo= 0;
}
/// <summary>
/// 功能模块流水号
/// </summary>
public int Id { get; set; }
/// <summary>
/// 节点语义ID
/// </summary>
@@ -56,7 +49,7 @@ namespace OpenAuth.Domain
/// <summary>
/// 父节点流水号
/// </summary>
public int ParentId { get; set; }
public Guid? ParentId { get; set; }
/// <summary>
/// 是否叶子节点
/// </summary>