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

no commit message

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