You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
559 B
C#

namespace Sln.Iot.Model.api.Common.InstalledMaterial.@enum
{
/// <summary>
/// 未安装组件位置枚举
/// </summary>
public enum NonInstalledComponentLocation
{
/// <summary>
/// 拒收盒
/// </summary>
RejectionBox,
/// <summary>
/// 废料桶
/// </summary>
ScrapBin,
/// <summary>
/// 返工区域
/// </summary>
ReworkArea,
/// <summary>
/// 暂存区
/// </summary>
HoldingArea
}
}