| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 | 
							- using OASystem.Domain.ViewModels.Groups;
 
- using System;
 
- using System.Collections.Generic;
 
- using System.Linq;
 
- using System.Text;
 
- using System.Threading.Tasks;
 
- namespace OASystem.Domain.Dtos.Groups
 
- {
 
-     public class EnterExitCostQuoteDto
 
-     {
 
-     }
 
-     public class EnterExitCostQuoteNameListDto : DtoBase
 
-     {
 
-         /// <summary>
 
-         /// 报价名称
 
-         /// </summary>
 
-         public string Name { get; set; }
 
-     }
 
-     public class EnterExitCostQuoteGroupNameListDto : DtoBase
 
-     {
 
-         /// <summary>
 
-         /// 团组名称
 
-         /// </summary>
 
-         public string Name { get; set; }
 
-     }
 
-     public class EnterExitCostQuoteInfoDto : PortDtoBase
 
-     {
 
-         public int Id { get; set; }
 
-     }
 
-     public class EnterExitCostQuoteOpDto : EnterExitCostQuoteInfoView
 
-     {
 
-         public int CurrUserId { get; set; }
 
-     }
 
-     public class EnterExitCostQuoteItemDelDto : CurrUserDtoBase
 
-     {
 
-         public int Id { get; set; }
 
-     }
 
-     public class EnterExitCostQuoteExcelExportDto : CurrUserDtoBase
 
-     {
 
-         public int Id { get; set; }
 
-     }
 
- }
 
 
  |