This commit is contained in:
2025-05-30 10:47:06 +08:00
parent 05946076a5
commit 96b6a8b04e
2 changed files with 9 additions and 2 deletions

View File

@@ -191,6 +191,13 @@ namespace MyCode.Project.Domain.Message.Response.InvoiceOrder
/// Nullable:True
/// </summary>
public string FDEMANDBILLNO { get; set; }
/// <summary>
/// Desc:备注
/// Default:
/// Nullable:True
/// </summary>
public string Remark { get; set; }
}
}