Commit b469a984 authored by liudong1993's avatar liudong1993

采购单入库

parent d6a38b14
...@@ -131,5 +131,9 @@ namespace Mall.Model.Entity.Property ...@@ -131,5 +131,9 @@ namespace Mall.Model.Entity.Property
get; get;
set; set;
} }
/// <summary>
/// 采购单id
/// </summary>
public int? ProcurementId { get; set; }
} }
} }
\ No newline at end of file
This diff is collapsed.
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