This commit is contained in:
2025-05-25 22:20:46 +08:00
parent 27cccae19c
commit c1efb21bf5
2 changed files with 9 additions and 1 deletions

View File

@@ -183,7 +183,14 @@ namespace MyCode.Project.Domain.Message.Response.InvoiceOrder
/// <summary>
/// 每包数量
/// </summary>
public decimal CuseQty { get; set; }
public decimal CuseQty { get; set; }
/// <summary>
/// Desc:销售订单号
/// Default:
/// Nullable:True
/// </summary>
public string FDEMANDBILLNO { get; set; }
}
}