From 067b2ac07c889323be92643bce86f1ae899c08d4 Mon Sep 17 00:00:00 2001 From: wet <1034391973@qq.com> Date: Fri, 6 Jan 2023 14:49:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E6=98=A0=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BookingPrintTemplate/Dto/BookingPrintTemplateInput.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Myshipping.Application/Service/BookingPrintTemplate/Dto/BookingPrintTemplateInput.cs b/Myshipping.Application/Service/BookingPrintTemplate/Dto/BookingPrintTemplateInput.cs index eb4633eb..1e1aa451 100644 --- a/Myshipping.Application/Service/BookingPrintTemplate/Dto/BookingPrintTemplateInput.cs +++ b/Myshipping.Application/Service/BookingPrintTemplate/Dto/BookingPrintTemplateInput.cs @@ -147,10 +147,7 @@ namespace Myshipping.Application /// 分类名称 /// public virtual string CateName { get; set; } - /// - /// 类型:FastReport、Excel模板等 - /// - public virtual string Type { get; set; } + ///