Преглед изворни кода

城市区间交通费草稿功能扩展及接口优化

本次提交主要扩展了团组出入境费用草稿中城市区间交通费的字段,新增经济/公务/头等舱费用类型,完善了相关DTO、实体和ViewModel。新增并优化了PC端与移动端的草稿接口,统一以草稿ID为主键,支持更详细的费用明细标签。调整了数据结构,增加了团组人数、费用详情JSON存储等,提升了币种处理的适配性。整体优化了参数校验、注释和SQL查询,增强了代码健壮性和可维护性。
Lyyyi пре 1 дан
родитељ
комит
a5cb422ced
1 измењених фајлова са 4 додато и 7 уклоњено
  1. 4 7
      OASystem/OASystem.Domain/Dtos/Groups/EnterExitCostDraftDto.cs

+ 4 - 7
OASystem/OASystem.Domain/Dtos/Groups/EnterExitCostDraftDto.cs

@@ -1,9 +1,4 @@
 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
 {
@@ -286,7 +281,8 @@ namespace OASystem.Domain.Dtos.Groups
     }
     public class EnterExitCostDraftCorrelationTipsDto : PortDtoBase { }
 
-    public class EnterExitCostDraftVisaTipsDto : PortDtoBase {
+    public class EnterExitCostDraftVisaTipsDto : PortDtoBase
+    {
 
         public int DraftId { get; set; }
     }
@@ -325,7 +321,8 @@ namespace OASystem.Domain.Dtos.Groups
     public class EnterExitCostDraftOtherExpensesDelDto : DelBaseDto { }
 
 
-    public class EnterExitCostDraftImportDataDto: PortDtoBase {
+    public class EnterExitCostDraftImportDataDto : PortDtoBase
+    {
         public int UserId { get; set; }
         public int DraftId { get; set; }
         public int GroupId { get; set; }