From 6b3c4d87c500442f9774904c6a1117fe7cee5b5f Mon Sep 17 00:00:00 2001 From: 如洲 陈 <1278080563@qq.com> Date: 星期三, 24 九月 2025 17:50:40 +0800 Subject: [PATCH] 退货检验平板优化、任务单加序列号 --- MES.Service/Dto/webApi/ErpCAA.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/MES.Service/Dto/webApi/ErpCAA.cs b/MES.Service/Dto/webApi/ErpCAA.cs index a24799f..f74004f 100644 --- a/MES.Service/Dto/webApi/ErpCAA.cs +++ b/MES.Service/Dto/webApi/ErpCAA.cs @@ -55,4 +55,6 @@ public string? CustNumber { get; set; } public string? ModelType { get; set; } + + public string? FOrderNo { get; set; } } \ No newline at end of file -- Gitblit v1.9.3