Commit 0bc96956 by guanzhenshan

增加供应商value值

parent 36bd3a9e
...@@ -40,6 +40,11 @@ namespace Bailun.DC.Models ...@@ -40,6 +40,11 @@ namespace Bailun.DC.Models
public string deliver_name { get; set; } public string deliver_name { get; set; }
/// <summary> /// <summary>
/// 供应商value值
/// </summary>
public int deliver_value { get; set; }
/// <summary>
/// 采购员名称 /// 采购员名称
/// </summary> /// </summary>
public string buyer_name { get; set; } public string buyer_name { get; set; }
......
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