Table of Contents

Class MaterialDetailModel

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

物料明细

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

Properties

BarcodeId

条码规则

public Guid? BarcodeId { get; set; }

Property Value

Guid?

Code

物料编号

public string? Code { get; set; }

Property Value

string

Id

唯一标识

public Guid Id { get; set; }

Property Value

Guid

InventoryQty

库存

public double InventoryQty { get; set; }

Property Value

double

MaterialDetailApplies

批次料上校信息.

public List<MaterialDetailApplyModel> MaterialDetailApplies { get; set; }

Property Value

List<MaterialDetailApplyModel>

MaterialId

关联的物料Id.

public Guid MaterialId { get; set; }

Property Value

Guid

Remark

备注.

public string Remark { get; set; }

Property Value

string