using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LearningOfficer.OA.Common.Dtos.CloudSchool
{
public class CloudSchoolResult
{
///
/// 云校名称
///
public string CloudName { get; set; }
///
/// 云校ID
///
public long CloudId { get; set; }
}
}