chore: 初始化平芝126KV断路器线程序

This commit is contained in:
yexingqiang
2026-06-08 17:19:31 +08:00
commit e1eb90c6ed
318 changed files with 39531 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
using System.Threading;
namespace MisDataFunDll
{
public partial class CommFun_CATL
{
// 由于现在没有接口先模拟调用webapi输入参数1.电芯码返回参数1.对比结果
public static int GetCellInfo(string cellCode)
{
int result = 1;
Thread.Sleep(200);
return result;
}
}
}