Table of Contents

Interface IProductQualityChecker

Namespace
CMS.Plugin.QualityManagement.Abstractions.Checkers
Assembly
CMS.Plugin.QualityManagement.Abstractions.dll

产品质量检测

public interface IProductQualityChecker

Methods

CanEnterStationAsync(string, Guid)

判断产品是否可以进站(返修工序)

Task<(bool HasRepairMark, bool CanEnterStation, Guid? ProductId, string ErrorMsg, JudgmentModel judgement)> CanEnterStationAsync(string serialNumber, Guid workSectionId)

Parameters

serialNumber string

产品序列号

workSectionId Guid

工序标识

Returns

Task<(bool HasRepairMark, bool CanEnterStation, Guid? ProductId, string ErrorMsg, JudgmentModel judgement)>

(是否有返修标记,是否可以进站,产品型号,错误消息,产品判定记录)