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
Name
名称
public string Name { get; set; }
Property Value
ProductId
产品Id
public Guid ProductId { get; set; }
Property Value
ProductName
产品名称
public string ProductName { get; set; }
Property Value
Remark
备注
public string Remark { get; set; }
Property Value
Sort
排序
public int Sort { get; set; }
Property Value
UserId
用户Id
public Guid? UserId { get; set; }
Property Value
- Guid?
UserName
用户名
public string UserName { get; set; }
Property Value
WorkStationNames
适用工位
public string WorkStationNames { get; set; }
Property Value
WorkStations
打印工位
public List<PrintWorkStationModel> WorkStations { get; set; }