Table of Contents

Class WorkStationModel

Namespace
CMS.Plugin.ProcessManagement.Abstractions.Models.WorkStations
Assembly
CMS.Plugin.ProcessManagement.Abstractions.dll

工位模型

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

Properties

Code

工位编号

[Design("编号", "工位编号")]
public string Code { get; set; }

Property Value

string

FlowAbilitys

功能配置

public List<FlowAbilityOptionModel> FlowAbilitys { get; set; }

Property Value

List<FlowAbilityOptionModel>

FlowFields

交互配置

public List<FlowFieldOptionModel> FlowFields { get; set; }

Property Value

List<FlowFieldOptionModel>

FormulaParameters

配方参数

public List<FormulaParameterModel> FormulaParameters { get; set; }

Property Value

List<FormulaParameterModel>

IPListString

可访问IP

[Design("可访问IP", "可访问IP")]
public string IPListString { get; set; }

Property Value

string

Id

工位Id

public Guid Id { get; set; }

Property Value

Guid

IsDisabled

是否禁用

public bool? IsDisabled { get; set; }

Property Value

bool?

KanbanIpAddress

看板IP地址

public string KanbanIpAddress { get; set; }

Property Value

string

MaterialDeductions

物料扣减

public List<MaterialDeductionModel> MaterialDeductions { get; set; }

Property Value

List<MaterialDeductionModel>

MaterialDetections

物料检测

public List<MaterialDetectionModel> MaterialDetections { get; set; }

Property Value

List<MaterialDetectionModel>

MaterialParameters

物料参数

public List<MaterialParameterModel> MaterialParameters { get; set; }

Property Value

List<MaterialParameterModel>

Name

名称

[Design("名称", "工位名称")]
public string Name { get; set; }

Property Value

string

ParameterTransfers

参数传递

public List<ParameterTransferModel> ParameterTransfers { get; set; }

Property Value

List<ParameterTransferModel>

ProcessParameters

过程参数

public List<ProcessParameterModel> ProcessParameters { get; set; }

Property Value

List<ProcessParameterModel>

Remark

备注

[Design("备注", "备注")]
public string Remark { get; set; }

Property Value

string

RunStateVariable

运行状态

[Design("运行状态", "运行状态")]
public string RunStateVariable { get; set; }

Property Value

string

SOPVariable

SOP信号

public string SOPVariable { get; set; }

Property Value

string

Sort

排序

public int Sort { get; set; }

Property Value

int

UnqualifiedReasons

不良原因

public List<UnqualifiedReasonModel> UnqualifiedReasons { get; set; }

Property Value

List<UnqualifiedReasonModel>

UpdateCodeVariable

更新码

[Design("更新码", "更新码")]
public string UpdateCodeVariable { get; set; }

Property Value

string

UserListString

可访问用户

[Design("可访问用户", "可访问用户")]
public string UserListString { get; set; }

Property Value

string

WorkSectionId

关联工序

public Guid WorkSectionId { get; set; }

Property Value

Guid