完善订单查询,导出功能,完善工单查询功能

This commit is contained in:
2025-12-30 16:58:01 +08:00
parent ba63c12824
commit 1cb9cbc6d8
7 changed files with 203 additions and 32 deletions

View File

@@ -16,6 +16,16 @@ namespace DOAN.Model.MES.product.Dto
public string RouteCode { get; set; }
public string GroupCode { get; set; }
/// <summary>
/// 进料单号(领料)
/// </summary>
public string FeedOrder { get; set; }
/// <summary>
/// 客户单号(出货)
/// </summary>
public string CustomerOrder { get; set; }
public int Status { get; set; }
public DateTime[] WorkorderDate { get; set; } = new DateTime[2];