删除不用代码,该类已弃用。

This commit is contained in:
hello 2024-04-03 21:10:20 +08:00
parent 9fdac9de5f
commit 40e307faef

View File

@ -1,12 +0,0 @@
namespace HelloShop.ServiceDefaults.Authorization;
public class PermissionGrantedResponse
{
public required string Name { get; set; }
public string? ResourceType { get; set; }
public string? ResourceId { get; set; }
public bool IsGranted { get; set; }
}