Table of Contents

Class LabelModel

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

标签

public class LabelModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Inheritance
LabelModel
Implements
IHasExtraProperties
Inherited Members

Properties

Id

唯一标识

public Guid Id { get; set; }

Property Value

Guid

Name

名称

public string Name { get; set; }

Property Value

string

ProductId

产品Id

public Guid ProductId { get; set; }

Property Value

Guid

ProductName

产品名称

public string ProductName { get; set; }

Property Value

string

Remark

备注

public string Remark { get; set; }

Property Value

string

Sort

排序

public int Sort { get; set; }

Property Value

int

UserId

用户Id

public Guid? UserId { get; set; }

Property Value

Guid?

UserName

用户名

public string UserName { get; set; }

Property Value

string

WorkStationNames

适用工位

public string WorkStationNames { get; set; }

Property Value

string

WorkStations

打印工位

public List<PrintWorkStationModel> WorkStations { get; set; }

Property Value

List<PrintWorkStationModel>