添加项目文件。
This commit is contained in:
24
HT.Cloud.Domain/Entity/SystemOrganize/Extend/RoleExtend.cs
Normal file
24
HT.Cloud.Domain/Entity/SystemOrganize/Extend/RoleExtend.cs
Normal file
@ -0,0 +1,24 @@
|
||||
using SqlSugar;
|
||||
|
||||
namespace HT.Cloud.Domain.SystemOrganize
|
||||
{
|
||||
/// <summary>
|
||||
/// 创 建:超级管理员
|
||||
/// 日 期:2020-08-06 08:54
|
||||
/// 描 述:角色类别实体扩展类
|
||||
/// </summary>
|
||||
[SugarTable("sys_role")]
|
||||
public class RoleExtend : RoleEntity
|
||||
{
|
||||
//使用导入错误信息
|
||||
public string ErrorMsg { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 备注
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public string F_Remark { get; set; }
|
||||
|
||||
public string F_CompanyName { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user