Browse Source

报表用到。

master
yibo 7 years ago
parent
commit
1c7f3915d5
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      B3ClientService/BO/SectionStoreView.cs

+ 5
- 0
B3ClientService/BO/SectionStoreView.cs View File

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


Loading…
Cancel
Save