From 8179d11bf6e45093ceabf0449ddac3fd7a73e818 Mon Sep 17 00:00:00 2001 From: 如洲 陈 <1278080563@qq.com> Date: 星期四, 29 五月 2025 14:45:16 +0800 Subject: [PATCH] 销售退货通知单子表添加字段REMARKS --- 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