Table of Contents

Class FormulaAppliedModel

Namespace
CMS.Plugin.FormulaManagement.Abstractions.Models.FormulaApply
Assembly
CMS.Plugin.FormulaManagement.Abstractions.dll

配方应用的请求.

public class FormulaAppliedModel
Inheritance
FormulaAppliedModel
Inherited Members

Properties

FormulaVerionId

应用的配方版本Id.

public Guid FormulaVerionId { get; set; }

Property Value

Guid

ProductId

应用的产品Id.

public Guid? ProductId { get; set; }

Property Value

Guid?

WorkSectionIds

应用的工序Id列表.

public IEnumerable<Guid> WorkSectionIds { get; set; }

Property Value

IEnumerable<Guid>