namespace OASystem.Domain.Dtos.Resource
{
public class InvitationAI
{
}
///
/// 商邀资料AI 混元AI查询资料 Dto
///
public class InvitationAISearchDto
{
public int GroupId { get; set; }
///
/// 出访单位
///
public string UnitName { get; set; }
///
/// 出访国家
///
public string Country { get; set; }
///
/// 备注信息
///
public string Remark { get; set; }
public int CurrUserId { get; set; }
}
}