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

9 lines
153 B
C#
Raw Permalink Normal View History

2026-02-03 16:00:02 +08:00
namespace OpenAuth.App.Permission.Request;
/// <summary>
/// 分组公式
/// </summary>
public class Group
{
public string Value { get; set; }
}