订单交付

This commit is contained in:
qianhao.xu
2025-02-18 09:28:05 +08:00
parent 658978e206
commit 50e485ff1b
7 changed files with 184 additions and 4 deletions

View File

@@ -6,6 +6,11 @@ namespace DOAN.Model.MES.order.Dto
/// </summary>
public class OrderPurchaseQueryDto : PagerInfo
{
public DateTime[] ImportDate { get; set; }
public string OrderNoMes { get; set; }
public string PurchaseOrderErp { get; set; }
}
/// <summary>