init: CATL电池线SCADA首次入库
This commit is contained in:
28
DT_SCADA/Core/ExecSqlServer.cs
Normal file
28
DT_SCADA/Core/ExecSqlServer.cs
Normal 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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user