Table of Contents

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

DateTime?

NewValue

修改参数值.

public string NewValue { get; set; }

Property Value

string

OldValue

原来参数值,为空时为补充字段.

public string? OldValue { get; set; }

Property Value

string

ParameterKey

参数KEY.

public string ParameterKey { get; set; }

Property Value

string

ParameterName

参数名.

public string ParameterName { get; set; }

Property Value

string

SectionId

工序Id.

public Guid SectionId { get; set; }

Property Value

Guid

SectionName

工序名称.

public string SectionName { get; set; }

Property Value

string