//------------------------------------------------------------------------------
//
// This code was generated by a CodeSmith Template.
//
// DO NOT MODIFY contents of this file. Changes to this
// file will be lost if the code is regenerated.
// Author:Yubao Li
//
//------------------------------------------------------------------------------
namespace OpenAuth.App.Request
{
public class AddOrUpdateDataPriviReq
{
public string Id { get; set; }
///
/// 资源标识(模块编号)
///
public string SourceCode { get; set; }
///
/// 二级资源标识
///
public string SubSourceCode { get; set; }
///
/// 权限描述
///
public string Description { get; set; }
///
/// 排序号
///
public int SortNo { get; set; }
///
/// 权限规则
///
public string PrivilegeRules { get; set; }
///
/// 是否可用
///
public bool Enable { get; set; }
}
}