using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OASystem.Domain.Dtos.Financial
{
///
/// 财务模块
/// 对外收款
///
public class ForForeignReceivablesInfoDto: PortDtoBase
{
///
/// 团组Id
///
public int DiId { get; set; }
}
}