重构CpuType
This commit is contained in:
15
DMS.Core/Enums/CpuType.cs
Normal file
15
DMS.Core/Enums/CpuType.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace DMS.Core.Enums;
|
||||
|
||||
public enum CpuType
|
||||
{
|
||||
[Description("S7-1200")]
|
||||
S71200,
|
||||
[Description("S7-1500")]
|
||||
S71500,
|
||||
[Description("S7-300")]
|
||||
S7300,
|
||||
[Description("S7-400")]
|
||||
S7400
|
||||
}
|
||||
Reference in New Issue
Block a user