sozsoft-platform/api/src/Sozsoft.Platform.Application.Contracts/OrganizationUnits/OuIdentityRoleDto.cs

11 lines
170 B
C#
Raw Normal View History

2026-02-24 20:44:16 +00:00
using Volo.Abp.Identity;
namespace Sozsoft.Platform.OrganizationUnits;
public class OuIdentityRoleDto : IdentityRoleDto
{
public int UserCount { get; set; }
}