using JNPF.DependencyInjection; namespace JNPF.Systems.Entitys.Dto.UsersCurrent; /// /// 当前用户 岗位 输出. /// [SuppressSniffer] public class CurrentUserPositionsOutput : CurrentUserOrganizesOutput { }