完善采购订单备注

This commit is contained in:
橙子
2023-01-08 16:58:53 +08:00
parent 36c113398d
commit 8077450be0
6 changed files with 20 additions and 2 deletions

View File

@@ -57,6 +57,11 @@ namespace Yi.Framework.Model.ERP.Entitys
/// </summary>
public float PaidMoney { get; set; }
/// <summary>
/// 备注
/// </summary>
public string? Remarks { get; set; }
/// <summary>
/// 采购状态
/// </summary>