From 6ca2f993973295e4da82634761da0e5c00e0ef8e Mon Sep 17 00:00:00 2001 From: xcd <834800634@qq.com> Date: 星期二, 14 七月 2020 08:54:27 +0800 Subject: [PATCH] Merge branch 'master' of http://gitblit.broconcentric.com:8088/r/M071 --- src/Bro.M071.Model/Model/KeyUnitData.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/Bro.M071.Model/Model/KeyUnitData.cs b/src/Bro.M071.Model/Model/KeyUnitData.cs index ccea504..b583e78 100644 --- a/src/Bro.M071.Model/Model/KeyUnitData.cs +++ b/src/Bro.M071.Model/Model/KeyUnitData.cs @@ -1,6 +1,7 @@ 锘� using System; using System.ComponentModel.DataAnnotations; +using System.ComponentModel.DataAnnotations.Schema; namespace Bro.M071.Model.Model { @@ -32,6 +33,9 @@ /// </summary> [StringLength(64)] public string ItemValue { get; set; } + + [NotMapped] + public string ProductionBarcode { get; set; } } public class KeyUnitDataRequest : BaseRequest -- Gitblit v1.8.0