init: 潍柴发动机线 中央控制程序 项目首次入库

This commit is contained in:
XingCheng3
2026-06-08 12:05:16 +08:00
commit 196c66b9ff
547 changed files with 379162 additions and 0 deletions

25
SCADA/Core/From_Opera.cs Normal file
View File

@@ -0,0 +1,25 @@
using ExternalDataSync;
using MesWork;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
/// <summary>
///
/// </summary>
public enum From_Opera
{
/// <summary>
/// 增加
/// </summary>
Insert = 1,
/// <summary>
/// 修改
/// </summary>
Update = 2
}