采购订单 导入导出

This commit is contained in:
qianhao.xu
2025-02-17 17:02:30 +08:00
parent 4c94e6f743
commit cbb6caf970
6 changed files with 176 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ namespace DOAN.Model.MES.order.Dto
public string Variety { get; set; }
public string Specordindicator { get; set; }
public int Specordindicator { get; set; }
public string KdType { get; set; }
@@ -50,7 +50,7 @@ namespace DOAN.Model.MES.order.Dto
public DateTime? EndDate { get; set; }
public string Orderindicator { get; set; }
public int Orderindicator { get; set; }
public string RouteCode { get; set; }