Commit db113033 authored by liudong1993's avatar liudong1993

电商库存

parent 9a658bc8
......@@ -102,5 +102,10 @@ namespace Mall.Model.Entity.Property
/// 备注
/// </summary>
public string Remark { get; set; }
/// <summary>
/// 有效期ids
/// </summary>
public string ValidityIds { get; set; }
}
}
......@@ -1248,7 +1248,8 @@ namespace Mall.Module.Property
StockOutId = item.StockOutId,
TenantId = tenantId,
WarehouseId = item.WarehouseId,
OrderNo = item.OrderNo
OrderNo = item.OrderNo,
ValidityIds = item.ValidityIds
}, trans);
IList.Add(Id);
if (!string.IsNullOrEmpty(item.ValidityIds)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment