From 89d384623e1acdb3c58ec6d4094f9e8f2ec5ca57 Mon Sep 17 00:00:00 2001
From: hao <1836460075@qq.com>
Date: 星期三, 22 十月 2025 09:23:58 +0800
Subject: [PATCH] 销售发货同步防呆+合并单号
---
StandardInterface/MES.Service/Dto/service/MaterialInfoDto.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/StandardInterface/MES.Service/Dto/service/MaterialInfoDto.cs b/StandardInterface/MES.Service/Dto/service/MaterialInfoDto.cs
index 2f81467..5103e4c 100644
--- a/StandardInterface/MES.Service/Dto/service/MaterialInfoDto.cs
+++ b/StandardInterface/MES.Service/Dto/service/MaterialInfoDto.cs
@@ -1,4 +1,4 @@
-using System;
+锘縰sing System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -41,4 +41,4 @@
/// </summary>
public string? BillNo { get; set; }
}
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3