采购单详情界面

This commit is contained in:
陈淳
2023-01-06 18:39:54 +08:00
parent fd018555fa
commit 4ff771b8a6
11 changed files with 480 additions and 188 deletions

View File

@@ -18,5 +18,7 @@ namespace Yi.Framework.DtoModel.ERP.Purchase
public string SupplierName { get; set; } = string.Empty;
public PurchaseStateEnum PurchaseState { get; set; }
}
}