Class TraceIsQualifiedModel
- Namespace
- CMS.Plugin.TraceManagement.Abstractions.Models.Traces
- Assembly
- CMS.Plugin.TraceManagement.Abstractions.dll
public class TraceIsQualifiedModel
- Inheritance
-
TraceIsQualifiedModel
- Inherited Members
Properties
IsExist
null代表状态未知.
public bool? IsExist { get; set; }
Property Value
- bool?
IsQualified
public bool? IsQualified { get; set; }
Property Value
- bool?
WorkSectionCode
工序编号.
public string WorkSectionCode { get; set; }