This commit is contained in:
2025-04-24 14:01:46 +08:00
parent 37b23a2eaa
commit 3076efb620
4 changed files with 163 additions and 504 deletions

View File

@@ -200,5 +200,15 @@ namespace Pilot_KD_Parino.Common
/// 累计开票金额
/// </summary>
public decimal FInvoiceAmount { get; set; }
/// <summary>
/// 最近30天发货通知单金额
/// </summary>
public double FaHuoAmount30Days { get; set; }
/// <summary>
/// 最近30天开票金额
/// </summary>
public double FInvoiceAmount30Days { get; set; }
}
}