Class JudgmentDetailModel
- Namespace
- CMS.Plugin.QualityManagement.Abstractions.Models
- Assembly
- CMS.Plugin.QualityManagement.Abstractions.dll
判定详情.
public class JudgmentDetailModel
- Inheritance
-
JudgmentDetailModel
- Inherited Members
Properties
CreationTime
创建时间.
public DateTime? CreationTime { get; set; }
Property Value
NewValue
修改参数值.
public string NewValue { get; set; }
Property Value
OldValue
原来参数值,为空时为补充字段.
public string? OldValue { get; set; }
Property Value
ParameterKey
参数KEY.
public string ParameterKey { get; set; }
Property Value
ParameterName
参数名.
public string ParameterName { get; set; }
Property Value
SectionId
工序Id.
public Guid SectionId { get; set; }
Property Value
SectionName
工序名称.
public string SectionName { get; set; }