|
|
@@ -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; }
|