This commit is contained in:
2025-04-14 20:01:23 +08:00
parent 52c8b59438
commit 8dcb23d7ee
4 changed files with 32 additions and 2 deletions

View File

@@ -186,5 +186,19 @@ namespace Pilot_KD_Parino.Common
/// </summary>
public string FPARENTROWID { get; set; }
/// <summary>
/// 是否P类合同
/// </summary>
public string F_Ordercategory2 { get; set; }
/// <summary>
/// 合同类型
/// </summary>
public string F_Ordercategory { get; set; }
/// <summary>
/// 累计开票金额
/// </summary>
public decimal FInvoiceAmount { get; set; }
}
}