Files
Yi.Framework/Yi.Furion.Rbac/Yi.Furion.Core/Rbac/ConstClasses/PostConst.cs
2023-04-15 17:33:42 +08:00

17 lines
262 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Furion.Core.Rbac.ConstClasses
{
/// <summary>
/// 常量定义
/// </summary>
public class PostConst
{
}
}