Class MaterialDetailApplyModel
- Namespace
- CMS.Plugin.MaterialManagement.Abstractions.Models
- Assembly
- CMS.Plugin.MaterialManagement.Abstractions.dll
public class MaterialDetailApplyModel
- Inheritance
-
MaterialDetailApplyModel
- Inherited Members
Properties
Barcode
物料码.
public string Barcode { get; set; }
Property Value
Quantity
上料数量.
public double Quantity { get; set; }
Property Value
Sort
排序.
public int Sort { get; set; }
Property Value
WorkStationId
工位Id.
public Guid WorkStationId { get; set; }
Property Value
WorkStationName
工位名称.
public string WorkStationName { get; set; }