This commit is contained in:
tongfei
2024-04-11 16:07:35 +08:00

View File

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