using System; using System.Collections.Generic; using System.Text; namespace Shentun.Peis.Roles { public class RoleIdInputDto { public Guid Id { get; set; } } }