创建了PLC相关的文件
This commit is contained in:
18
Enums/Brand.cs
Normal file
18
Enums/Brand.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace PMSWPF.Enums
|
||||
{
|
||||
/// <summary>
|
||||
/// PLC品牌
|
||||
/// </summary>
|
||||
public enum PlcBrand
|
||||
{
|
||||
/// <summary>
|
||||
/// 西门子
|
||||
/// </summary>
|
||||
Siemens = 0,
|
||||
/// <summary>
|
||||
/// 三菱
|
||||
/// </summary>
|
||||
Melsec = 1,
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user