Infrastructure/OpenAuth.App/BaseApp/Permission/Request/Group.cs

9 lines
153 B
C#
Raw Normal View History

2024-11-13 09:19:06 +08:00
namespace OpenAuth.App.Permission.Request;
/// <summary>
/// 分组公式
/// </summary>
public class Group
{
public string Value { get; set; }
}