diff --git a/Sinvo.EplanHpD.Plugin.WPFUI/Models/ExportModel.cs b/Sinvo.EplanHpD.Plugin.WPFUI/Models/ExportModel.cs index 46a8b4d..2fa96ce 100644 --- a/Sinvo.EplanHpD.Plugin.WPFUI/Models/ExportModel.cs +++ b/Sinvo.EplanHpD.Plugin.WPFUI/Models/ExportModel.cs @@ -139,5 +139,10 @@ /// 下单日期 /// public string OrderDate { get; set; } + + /// + /// 是否忽略异常 + /// + public string IsIgnoreError { get; set; } } }