Class SopStepExportModel
- Namespace
- CMS.Plugin.ProductManagement.Abstractions
- Assembly
- CMS.Plugin.ProductManagement.Abstractions.dll
[Excel("CMS.Plugin.ProductManagement:SOPManagement", 22)]
public class SopStepExportModel : ExportBaseDto, IHasExtraProperties, IValidatableObject
- Inheritance
-
SopStepExportModel
- Implements
-
IHasExtraProperties
- Inherited Members
Constructors
SopStepExportModel()
public SopStepExportModel()
SopStepExportModel(IStringLocalizer)
public SopStepExportModel(IStringLocalizer stringLocalizer)
Parameters
stringLocalizer
IStringLocalizer
Properties
Description
操作描述
[Excel("CMS.Plugin.ProductManagement:OperationDescription", 22)]
[Required]
public string? Description { get; set; }
Property Value
Model
产品型号
[Excel("CMS.Plugin.ProductManagement:ProductModel", 22)]
[Required]
public string? Model { get; set; }
Property Value
Name
工步名称
[Excel("CMS.Plugin.ProductManagement:WorkStepName", 22)]
[Required]
public string? Name { get; set; }
Property Value
ProcessName
工序名称
[Excel("CMS.Plugin.ProductManagement:ProcessName", 22)]
[Required]
public string? ProcessName { get; set; }
Property Value
TranslateKey_Prefix
翻译文本的前缀.
public override string TranslateKey_Prefix { get; }