提交 14f7124d 编写于 作者: S szjay

no commit message

上级 9f51768a
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
// 修改说明: // 修改说明:
//============================================================== //==============================================================
namespace Framework.DomainBase namespace Framework.DomainBase
{ {
using System; using System;
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
// 修改说明: // 修改说明:
//============================================================== //==============================================================
namespace Framework.DomainBase namespace Framework.DomainBase
{ {
using System; using System;
...@@ -32,7 +31,7 @@ namespace Framework.DomainBase ...@@ -32,7 +31,7 @@ namespace Framework.DomainBase
} }
public const string SQL = @" public const string SQL = @"
select * from PermissionRole where 1=1 {0}"; select PermissionRole.* from PermissionRole where 1=1 {0}";
[Key] [Key]
public Guid RoleId public Guid RoleId
...@@ -112,11 +111,11 @@ select * from PermissionRole where 1=1 {0}"; ...@@ -112,11 +111,11 @@ select * from PermissionRole where 1=1 {0}";
} }
} }
public const string F_RoleId = "RoleId"; public const string F_RoleId = "PermissionRole.RoleId";
public const string F_RoleName = "RoleName"; public const string F_RoleName = "PermissionRole.RoleName";
public const string F_DataPermissionTypeId = "DataPermissionTypeId"; public const string F_DataPermissionTypeId = "PermissionRole.DataPermissionTypeId";
public const string F_Remark = "Remark"; public const string F_Remark = "PermissionRole.Remark";
public const string F_Version = "Version"; public const string F_Version = "PermissionRole.Version";
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册