Table of Contents

Class ProductionRecordModel

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

生产记录模型

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

Properties

CreationTime

创建时间

public DateTime CreationTime { get; }

Property Value

DateTime

EntryTime

进站时间

public DateTime? EntryTime { get; set; }

Property Value

DateTime?

FinishTime

完工时间

public DateTime? FinishTime { get; set; }

Property Value

DateTime?

Id

唯一标识

public long Id { get; set; }

Property Value

long

IsQualified

是否合格

public bool? IsQualified { get; set; }

Property Value

bool?

SerialNumber

序列号

public string SerialNumber { get; set; }

Property Value

string

SystemShift

系统班次

public string SystemShift { get; set; }

Property Value

string

WorkSectionId

工序Id

public Guid WorkSectionId { get; set; }

Property Value

Guid

WorkStationId

工位Id

public Guid WorkStationId { get; set; }

Property Value

Guid