GoViewConst.cs 264 B

12345678910111213
  1. namespace Admin.NET.Plugin.GoView.Const;
  2. /// <summary>
  3. /// GoView 相关常量
  4. /// </summary>
  5. [Const("GoView 相关常量")]
  6. public class GoViewConst
  7. {
  8. /// <summary>
  9. /// API分组名称
  10. /// </summary>
  11. public const string GroupName = "GoView";
  12. }