init: CATL电池线SCADA首次入库

This commit is contained in:
XingCheng3
2026-06-08 17:12:01 +08:00
commit fe8a3187f5
119 changed files with 42649 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
using MesWork;
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NJ_ZC
{
public class ParamT
{
public string procedureName
{
get;
set;
} = "";
public SqlParameter[] sqlParameter
{
get;
set;
}
}
}