From bbac60058524198c13c4a22943719f853ef8e2bc Mon Sep 17 00:00:00 2001 From: xcd <834800634@qq.com> Date: 星期三, 15 七月 2020 19:34:15 +0800 Subject: [PATCH] Excel输出4个sheet,横向排布 解决启动延迟问题 --- src/Bro.M071.Model/Model/MeasurementUnitResult.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/Bro.M071.Model/Model/MeasurementUnitResult.cs b/src/Bro.M071.Model/Model/MeasurementUnitResult.cs index a58ecba..ef6ba51 100644 --- a/src/Bro.M071.Model/Model/MeasurementUnitResult.cs +++ b/src/Bro.M071.Model/Model/MeasurementUnitResult.cs @@ -48,6 +48,10 @@ public string ProductionCode { get; set; } [NotMapped] public string ProductionBarcode { get; set; } + [NotMapped] + public string Keys { get; set; } + [NotMapped] + public string Positions { get; set; } } public class MeasurementUnitResultRequest : BaseRequest -- Gitblit v1.8.0