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
EntryTime
进站时间
public DateTime? EntryTime { get; set; }
Property Value
FinishTime
完工时间
public DateTime? FinishTime { get; set; }
Property Value
Id
唯一标识
public long Id { get; set; }
Property Value
IsQualified
是否合格
public bool? IsQualified { get; set; }
Property Value
- bool?
SerialNumber
序列号
public string SerialNumber { get; set; }
Property Value
SystemShift
系统班次
public string SystemShift { get; set; }
Property Value
WorkSectionId
工序Id
public Guid WorkSectionId { get; set; }
Property Value
WorkStationId
工位Id
public Guid WorkStationId { get; set; }