using System;
using System.Collections.Generic;
using System.Text;
namespace Shentun.Peis.OrganizationUnits
{
public class SetOrganizationUnitsDto
{
///
/// 用户ID
///
public Guid UserId { get; set; }
///
/// 组织ID
///
public Guid OrgId { get; set; }
}
}