using OASystem.Domain.Entities.Financial; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OASystem.Domain.ViewModels.Financial { /// /// 团组应收款项 View /// public class Fin_ForeignReceivablesView:Fin_ForeignReceivables { } }