Table of Contents

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

DateTime

IsQualified

是否合格,合格工序仅过站.

public bool IsQualified { get; set; }

Property Value

bool

SectionId

工序Id.

public Guid SectionId { get; set; }

Property Value

Guid

SectionName

工序名称.

public string SectionName { get; set; }

Property Value

string