From 2f11a821259c77d8e48bb0b83e7f01b0f529b10a Mon Sep 17 00:00:00 2001 From: wbc <2597324127@qq.com> Date: 星期三, 23 四月 2025 11:16:02 +0800 Subject: [PATCH] 3月27号首检巡检增加ftp获取文件列表 --- MES.Service/Dto/webApi/ErpOutWare.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MES.Service/Dto/webApi/ErpOutWare.cs b/MES.Service/Dto/webApi/ErpOutWare.cs index 49e7d35..b345257 100644 --- a/MES.Service/Dto/webApi/ErpOutWare.cs +++ b/MES.Service/Dto/webApi/ErpOutWare.cs @@ -4,7 +4,7 @@ { - public decimal OutType { get; set; } + public string OutType { get; set; } public string OutNo { get; set; } public DateTime? BillDate { get; set; } public string? CustNo { get; set; } -- Gitblit v1.9.3