增加字段

This commit is contained in:
2025-09-02 14:59:10 +08:00
parent c4d6c52196
commit b54c9d7d4e
2 changed files with 22 additions and 8 deletions

View File

@@ -56,6 +56,17 @@ namespace MyCode.Project.Domain.Message.Response.LxmZHMDReport
/// </summary>
public decimal FInvoiceAmount { get; set; }
/// <summary>
/// 订单价税合计(本位币)
/// </summary>
public decimal FBILLALLAMOUNT_LC { get; set; }
/// <summary>
/// 创建时间
/// </summary>
public string FCreateDate { get; set; }
}
public class SalOrderDetailResp