init: 潍柴发动机线 中央控制程序 项目首次入库
This commit is contained in:
25
SCADA/Core/From_Opera.cs
Normal file
25
SCADA/Core/From_Opera.cs
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user