|
|
@ -219,16 +219,22 @@ namespace BBWYB.Server.Model.Db |
|
|
|
#endregion
|
|
|
|
|
|
|
|
#region 采购信息
|
|
|
|
|
|
|
|
[Column(IsIgnore = true)] |
|
|
|
public string PurchaseAccountId { get; set; } |
|
|
|
|
|
|
|
[Column(IsIgnore = true)] |
|
|
|
public string PurchaseAccountName { get; set; } |
|
|
|
|
|
|
|
[Column(IsIgnore = true)] |
|
|
|
public Enums.PurchaseMethod? PurchaseMethod { get; set; } |
|
|
|
|
|
|
|
[Column(IsIgnore = true)] |
|
|
|
public string PurchaseOrderId { get; set; } |
|
|
|
|
|
|
|
[Column(IsIgnore = true)] |
|
|
|
public Enums.Platform? PurchasePlatform { get; set; } |
|
|
|
|
|
|
|
[Column(IsIgnore = true)] |
|
|
|
public string PurchaserName { get; set; } |
|
|
|
#endregion
|
|
|
|
|
|
|
|