Table of Contents

Class ProductionModel

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

产品加工信息

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

Properties

FirstEntryTime

首工位进站时间

public DateTime? FirstEntryTime { get; set; }

Property Value

DateTime?

FirstFinishTime

首工位完工时间

public DateTime? FirstFinishTime { get; set; }

Property Value

DateTime?

FirstIsQualified

首工位是否合格

public bool? FirstIsQualified { get; set; }

Property Value

bool?

FirstWorkSectionId

末工序

public Guid? FirstWorkSectionId { get; set; }

Property Value

Guid?

FormulaCode

配方编号

public string FormulaCode { get; set; }

Property Value

string

FormulaId

配方Id

public Guid? FormulaId { get; set; }

Property Value

Guid?

Id

唯一标识

public long Id { get; set; }

Property Value

long

IsQualified

是否合格

public bool? IsQualified { get; set; }

Property Value

bool?

LastEntryTime

最后进站时间

public DateTime? LastEntryTime { get; set; }

Property Value

DateTime?

LastFinishTime

最后完工时间

public DateTime? LastFinishTime { get; set; }

Property Value

DateTime?

LastIsQualified

末工位是否合格

public bool? LastIsQualified { get; set; }

Property Value

bool?

LastModificationTime

最后更新时间

public DateTime? LastModificationTime { get; set; }

Property Value

DateTime?

LastWorkSectionId

首工序

public Guid? LastWorkSectionId { get; set; }

Property Value

Guid?

OrderCode

工单号

public string OrderCode { get; set; }

Property Value

string

OrderId

工单Id

public Guid? OrderId { get; set; }

Property Value

Guid?

ProductId

产品Id

public Guid? ProductId { get; set; }

Property Value

Guid?

ProductModel

产品型号

public string ProductModel { get; set; }

Property Value

string

ProductionRecords

产品加工记录

public List<ProductionRecordModel> ProductionRecords { get; set; }

Property Value

List<ProductionRecordModel>

SerialNumber

序列号

public string SerialNumber { get; set; }

Property Value

string

SystemShift

系统班次

public string SystemShift { get; set; }

Property Value

string