Class JudgmentSectionModel
- Namespace
- CMS.Plugin.QualityManagement.Abstractions.Models
- Assembly
- CMS.Plugin.QualityManagement.Abstractions.dll
检修详情
public class JudgmentSectionModel
- Inheritance
-
JudgmentSectionModel
- Inherited Members
Properties
CreationTime
创建时间.
public DateTime CreationTime { get; set; }
Property Value
IsQualified
是否合格,合格工序仅过站.
public bool IsQualified { get; set; }
Property Value
SectionId
工序Id.
public Guid SectionId { get; set; }
Property Value
SectionName
工序名称.
public string SectionName { get; set; }