Table of Contents

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

string

Quantity

上料数量.

public double Quantity { get; set; }

Property Value

double

Sort

排序.

public int Sort { get; set; }

Property Value

int

WorkStationId

工位Id.

public Guid WorkStationId { get; set; }

Property Value

Guid

WorkStationName

工位名称.

public string WorkStationName { get; set; }

Property Value

string