Table of Contents

Class MaterialVerificationResult

Namespace
CMS.Plugin.MaterialManagement.Abstractions.Models
Assembly
CMS.Plugin.MaterialManagement.Abstractions.dll

物料校验结果.

public class MaterialVerificationResult
Inheritance
MaterialVerificationResult
Inherited Members

Properties

ErrorCode

错误码 1:唯一码校验重复

public int ErrorCode { get; set; }

Property Value

int

ErrorMsg

错误信息.

public string ErrorMsg { get; set; }

Property Value

string

MaterialDetail

物料明细.

public MaterialDetailModel MaterialDetail { get; set; }

Property Value

MaterialDetailModel

NoProblem

校验结果.

public bool NoProblem { get; set; }

Property Value

bool