From 1c7f3915d52c55445553a32a50c0b49f75ce2b3d Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Sat, 26 May 2018 11:19:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E7=94=A8=E5=88=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- B3ClientService/BO/SectionStoreView.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/B3ClientService/BO/SectionStoreView.cs b/B3ClientService/BO/SectionStoreView.cs index 9d0ec30..4af62f1 100644 --- a/B3ClientService/BO/SectionStoreView.cs +++ b/B3ClientService/BO/SectionStoreView.cs @@ -32,6 +32,11 @@ namespace BWP.B3ClientService.BO [ReferenceTo(typeof(Goods),"Name")] [Join("Goods_ID", "ID")] public string Goods_Name { get; set; } + + [ReferenceTo(typeof(ProductBatch), "Name")] + [Join("ProductBatch_ID", "ID")] + public string ProductBatch_Name { get; set; } + public ISqlDom CreateView() { var u1 = GetInStore();