1 changed files with 17 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||
namespace BBWYB.Server.Model.Dto |
|||
{ |
|||
public class BatchUpdateCompetitiveTenderQuotationRequest |
|||
{ |
|||
public string SkuId { get; set; } |
|||
|
|||
/// <summary>
|
|||
/// 采购SkuId
|
|||
/// </summary>
|
|||
public string PurchaseSkuId { get; set; } |
|||
|
|||
/// <summary>
|
|||
/// 实际单价
|
|||
/// </summary>
|
|||
public decimal? ActualPrice { get; set; } |
|||
} |
|||
} |
Loading…
Reference in new issue