网站首页 网站源码
namespace Dpz.Core.Auth.Models; public record RevokeAuthorizationModel( string? Subject, string? ApplicationId, string? Status, string? Type, string PinCode );