Commit b71aa40e by zhouminghui

fix

parent 17169819
......@@ -29,5 +29,6 @@ namespace Bailun.DC.Models.Dtos.Finance
/// 0付现 1成本
/// </summary>
public int Flag { get; set; }
public string[] PaymentTime { get; set; }
}
}
......@@ -45,6 +45,14 @@ namespace Bailun.DC.Models.Dtos.Stock
}
}
}
public class AveragePrice
{
public string bailun_sku { get; set; }
/// <summary>
/// 加权平均价
/// </summary>
public decimal weighted_average_price { get; set; }
}
//public class GetMonthStockWeightingSummary
//{
// public dynamic purchase { get; set; }
......
......@@ -11,6 +11,7 @@ namespace Bailun.DC.Models.WebApiModels
public string Site { get; set; }
public string[] BillTime { get; set; }
public string BillMonth { get; set; }
public string DataCol { get; set; }
}
public class AccountingSubjectOptionsData
{
......
......@@ -19,6 +19,7 @@ namespace Bailun.DC.Models.WebApiModels
public string DatacenterCol { get; set; }
public string Currency { get; set; }
public string EbayCurrency { get; set; }
public string ExchangeRate { get; set; }
public decimal? AmountValRmb { get; set; }
public string Month { 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