Class MaterialRecordModel
- Namespace
- CMS.Plugin.ProductionManagement.Abstractions.Models
- Assembly
- CMS.Plugin.MaterialManagement.Abstractions.dll
物料记录模型
public class MaterialRecordModel
- Inheritance
-
MaterialRecordModel
- Inherited Members
Properties
DosageQty
用量
public double? DosageQty { get; set; }
Property Value
Id
唯一标识
public long Id { get; set; }
Property Value
MaterialCode
物料编号
public string MaterialCode { get; set; }
Property Value
MaterialName
物料名称
public string MaterialName { get; set; }
Property Value
MaterialNumber
物料码
public string MaterialNumber { get; set; }
Property Value
MaterialType
物料类型,0=批次料,1=唯一料
public int MaterialType { get; set; }
Property Value
OperateType
操作类型,0=解绑,1=绑定
public MaterialOperateType OperateType { get; set; }
Property Value
OperatorTime
操作时间
public DateTime OperatorTime { get; set; }
Property Value
OperatorUser
操作用户
public string OperatorUser { get; set; }
Property Value
OrderCode
工单号
public string OrderCode { get; set; }
Property Value
ProductId
产品Id
public Guid? ProductId { get; set; }
Property Value
- Guid?
ProductModel
产品型号
public string ProductModel { get; set; }
Property Value
ProductName
产品名称
public string ProductName { get; set; }
Property Value
Reserve1
预留字段1
public string Reserve1 { get; set; }
Property Value
Reserve2
预留字段2
public string Reserve2 { get; set; }
Property Value
Reserve3
预留字段3
public string Reserve3 { get; set; }
Property Value
Reserve4
预留字段4
public string Reserve4 { get; set; }
Property Value
Reserve5
预留字段5
public string Reserve5 { get; set; }
Property Value
SerialNumber
产品码
public string SerialNumber { get; set; }
Property Value
Unit
单位
public string Unit { get; set; }
Property Value
WorkSectionId
工序Id
public virtual Guid? WorkSectionId { get; set; }
Property Value
- Guid?
WorkSectionName
工序名称
public string WorkSectionName { get; set; }
Property Value
WorkStationId
工位Id
public virtual Guid? WorkStationId { get; set; }
Property Value
- Guid?
WorkStationName
工位名称
public string WorkStationName { get; set; }