From f952a356a44eca17955f239fb9c2c4b39326845d Mon Sep 17 00:00:00 2001 From: jianghaiqing Date: Thu, 11 Jan 2024 16:53:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BC=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TaskManagePlat/Dtos/BC/BookingOrSlotGenerateDto.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Myshipping.Application/Service/TaskManagePlat/Dtos/BC/BookingOrSlotGenerateDto.cs b/Myshipping.Application/Service/TaskManagePlat/Dtos/BC/BookingOrSlotGenerateDto.cs index 688e5c7f..f28040c7 100644 --- a/Myshipping.Application/Service/TaskManagePlat/Dtos/BC/BookingOrSlotGenerateDto.cs +++ b/Myshipping.Application/Service/TaskManagePlat/Dtos/BC/BookingOrSlotGenerateDto.cs @@ -84,12 +84,12 @@ namespace Myshipping.Application /// /// 航线管理 /// - public Nullable LineManage { get; set; } + public string LineManage { get; set; } /// /// 航线管理ID /// - public string LineManageID { get; set; } + public Nullable LineManageID { get; set; } /// /// 操作备注