Class WorkType
- Namespace
- CMS.Plugin.MesSuite.Abstractions.Enums
- Assembly
- CMS.Plugin.MesSuite.Abstractions.dll
加工类型
public class WorkType : IntegerEnumeration, IEquatable<Enumeration<int>>
- Inheritance
-
WorkType
- Implements
- Inherited Members
- Extension Methods
Constructors
WorkType()
Initializes a new instance of the WorkType class.
public WorkType()
WorkType(int, string, string)
Initializes a new instance of the WorkType class.
public WorkType(int value, string name, string description = null)
Parameters
Fields
Inspection
点检加工
public static WorkType Inspection
Field Value
Normal
正常加工
public static WorkType Normal
Field Value
Repair
返修加工
public static WorkType Repair
Field Value
Reset
复位状态
public static WorkType Reset