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
JudgmentDetails
判定详情.
public List<JudgmentDetailModel> JudgmentDetails { get; set; }
Property Value
JudgmentDetailsDisplay
判定详情-显示值.
public string JudgmentDetailsDisplay { get; set; }
Property Value
JudgmentPersonnel
判定人员.
public string JudgmentPersonnel { get; set; }
Property Value
JudgmentResult
判定结果.
public JudgmentResultType JudgmentResult { get; set; }
Property Value
JudgmentResultDisplay
判定结果-显示值.
public string JudgmentResultDisplay { get; set; }
Property Value
JudgmentSections
返修工序.
public List<JudgmentSectionModel> JudgmentSections { get; set; }
Property Value
JudgmentSectionsDisplay
判定工位-显示值.
public string JudgmentSectionsDisplay { get; set; }
Property Value
JudgmentTime
判定时间.
public DateTime JudgmentTime { get; set; }
Property Value
OrderCode
工单号.
public string? OrderCode { get; set; }
Property Value
ProductModel
产品型号.
public string ProductModel { get; set; }
Property Value
Remark
备注.
public string? Remark { get; set; }
Property Value
SerialNumber
产品序列号.
public string SerialNumber { get; set; }
Property Value
UnqualifiedReason
不合格原因.
public string? UnqualifiedReason { get; set; }