using System.Collections.Generic; namespace EntrustSettle.Model.Dtos { /// /// 发票申请Dto类 /// public class ApplyInvoiceDto : InvoiceInfoDto { /// /// 开票订单Id列表 /// public List OrderIdList { get; set; } } }