Class GetFormulasRequest
- Namespace
- CMS.Plugin.FormulaManagement.Abstractions.Models.Formulas
- Assembly
- CMS.Plugin.FormulaManagement.Abstractions.dll
获取配方的请求对象.
public class GetFormulasRequest
- Inheritance
-
GetFormulasRequest
- Inherited Members
Properties
FormulaCode
配方编号.
public string? FormulaCode { get; set; }
Property Value
FormulaIds
配方Id列表.
public List<Guid>? FormulaIds { get; set; }
Property Value
FormulaName
配方名称.
public string? FormulaName { get; set; }
Property Value
ProductIds
产品Id列表.
public List<Guid>? ProductIds { get; set; }
Property Value
SOPId
SOP Id.
public Guid? SOPId { get; set; }
Property Value
- Guid?
WorkSectionId
工序Id.
public Guid? WorkSectionId { get; set; }
Property Value
- Guid?