Merge branch 'v1.0.5' of https://codeup.aliyun.com/62ce7bca487c500c27f70a79/OPS/WMS-Api into v1.0.5
This commit is contained in:
@@ -146,6 +146,7 @@ namespace WMS.Web.Domain.Entitys
|
||||
public void InStock(string inStockBillNo, InstockType type)
|
||||
{
|
||||
this.IsActivate = true;
|
||||
this.IsDelete = false;
|
||||
if (type == InstockType.Purchase)
|
||||
{
|
||||
this.PurchaseBillNo = inStockBillNo;
|
||||
|
||||
Reference in New Issue
Block a user