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
Id
唯一标识
public Guid Id { get; set; }
Property Value
InventoryQty
库存
public double InventoryQty { get; set; }
Property Value
MaterialDetailApplies
批次料上校信息.
public List<MaterialDetailApplyModel> MaterialDetailApplies { get; set; }
Property Value
MaterialId
关联的物料Id.
public Guid MaterialId { get; set; }
Property Value
Remark
备注.
public string Remark { get; set; }