同步操作将从 dotNET China/OpenAuth.Net 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
//------------------------------------------------------------------------------// <autogenerated>// 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// </autogenerated>//------------------------------------------------------------------------------using System;namespace OpenAuth.Domain{/// <summary>/// 功能模块表/// </summary>public partial class Module:Entity{public Module(){this.CascadeId= string.Empty;this.Name= string.Empty;this.Url= string.Empty;this.HotKey= string.Empty;this.IconName= string.Empty;this.Status= 0;this.ParentName= string.Empty;this.Vector= string.Empty;this.SortNo= 0;}/// <summary>/// 节点语义ID/// </summary>public string CascadeId { get; set; }/// <summary>/// 功能模块名称/// </summary>public string Name { get; set; }/// <summary>/// 主页面URL/// </summary>public string Url { get; set; }/// <summary>/// 热键/// </summary>public string HotKey { get; set; }/// <summary>/// 父节点流水号/// </summary>public Guid? ParentId { get; set; }/// <summary>/// 是否叶子节点/// </summary>public bool IsLeaf { get; set; }/// <summary>/// 是否自动展开/// </summary>public bool IsAutoExpand { get; set; }/// <summary>/// 节点图标文件名称/// </summary>public string IconName { get; set; }/// <summary>/// 当前状态/// </summary>public int Status { get; set; }/// <summary>/// 父节点名称/// </summary>public string ParentName { get; set; }/// <summary>/// 矢量图标/// </summary>public string Vector { get; set; }/// <summary>/// 排序号/// </summary>public int SortNo { get; set; }}}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。