namespace OpenAuth.App.Permission.Request; /// /// 分组公式 /// public class Group { public string Value { get; set; } }