Table of Contents

Class JudgmentModel

Namespace
CMS.Plugin.QualityManagement.Abstractions.Models
Assembly
CMS.Plugin.QualityManagement.Abstractions.dll

产品判定记录模型.

public class JudgmentModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Inheritance
JudgmentModel
Implements
IHasExtraProperties
Inherited Members

Properties

IsQualified

是否合格.

public bool IsQualified { get; set; }

Property Value

bool

JudgmentDetails

判定详情.

public List<JudgmentDetailModel> JudgmentDetails { get; set; }

Property Value

List<JudgmentDetailModel>

JudgmentDetailsDisplay

判定详情-显示值.

public string JudgmentDetailsDisplay { get; set; }

Property Value

string

JudgmentPersonnel

判定人员.

public string JudgmentPersonnel { get; set; }

Property Value

string

JudgmentResult

判定结果.

public JudgmentResultType JudgmentResult { get; set; }

Property Value

JudgmentResultType

JudgmentResultDisplay

判定结果-显示值.

public string JudgmentResultDisplay { get; set; }

Property Value

string

JudgmentSections

返修工序.

public List<JudgmentSectionModel> JudgmentSections { get; set; }

Property Value

List<JudgmentSectionModel>

JudgmentSectionsDisplay

判定工位-显示值.

public string JudgmentSectionsDisplay { get; set; }

Property Value

string

JudgmentTime

判定时间.

public DateTime JudgmentTime { get; set; }

Property Value

DateTime

OrderCode

工单号.

public string? OrderCode { get; set; }

Property Value

string

ProductModel

产品型号.

public string ProductModel { get; set; }

Property Value

string

Remark

备注.

public string? Remark { get; set; }

Property Value

string

SerialNumber

产品序列号.

public string SerialNumber { get; set; }

Property Value

string

UnqualifiedReason

不合格原因.

public string? UnqualifiedReason { get; set; }

Property Value

string