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