From c0c7db9a5d360c9cbcffa7c85c7728408056de5c Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期五, 09 八月 2024 14:31:29 +0800
Subject: [PATCH] 物料添加新字段
---
Pub_Class/CustomerCls/ClsIni.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Pub_Class/CustomerCls/ClsIni.cs b/Pub_Class/CustomerCls/ClsIni.cs
index f8cfbda..603622c 100644
--- a/Pub_Class/CustomerCls/ClsIni.cs
+++ b/Pub_Class/CustomerCls/ClsIni.cs
@@ -7,6 +7,7 @@
{
public class ClsIni
{
+
[DllImport("kernel32")]
private static extern long WritePrivateProfileString(string section, string Key, string Val, string filePath);
[DllImport("kernel32")]
--
Gitblit v1.9.1