From 36bf01d610c515689ccb73515764960774bc66a6 Mon Sep 17 00:00:00 2001 From: jianghaiqing Date: Mon, 29 Jan 2024 14:39:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BC=E4=BB=BB=E5=8A=A1=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TaskManagePlat/Dtos/BC/BookingOrSlotGenerateDto.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Myshipping.Application/Service/TaskManagePlat/Dtos/BC/BookingOrSlotGenerateDto.cs b/Myshipping.Application/Service/TaskManagePlat/Dtos/BC/BookingOrSlotGenerateDto.cs index 0d570737..8f0a4414 100644 --- a/Myshipping.Application/Service/TaskManagePlat/Dtos/BC/BookingOrSlotGenerateDto.cs +++ b/Myshipping.Application/Service/TaskManagePlat/Dtos/BC/BookingOrSlotGenerateDto.cs @@ -128,11 +128,6 @@ namespace Myshipping.Application /// 委托单位联系人名称 /// public string CustomerContactName { get; set; } - - /// - /// 是否直接发送邮件给订舱联系人 - /// - public bool IsDirectSend { get; set; } = false; } }