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();