| | |
| | | /// </summary> |
| | | public ShortMessage ShortMsg { get; set; } |
| | | /// <summary> |
| | | /// 当前操作的工单对象 |
| | | /// </summary> |
| | | public BIZ_MES_WO CurWO { get; set; } |
| | | /// <summary> |
| | | /// 当前操作的工单批次对象 |
| | | /// </summary> |
| | | public BIZ_MES_WO_BATCH CurBatch { get; set; } |
| | | /// <summary> |
| | | /// 当前操作的节点名称 |
| | | /// </summary> |
| | | public string NodeName { get; set; } |
| | |
| | | /// 工序信息 |
| | | /// </summary> |
| | | public OperInfo OperInfo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 当前操作的工单对象 |
| | | /// </summary> |
| | | public BIZ_MES_WO CurWO { get; set; } |
| | | /// <summary> |
| | | /// 当前操作的工单批次对象 |
| | | /// </summary> |
| | | public BIZ_MES_WO_BATCH CurBatch { get; set; } |
| | | } |
| | | |
| | | public class DefectOutput |
| | |
| | | public int PKG_LEVEL { get; set; } |
| | | public int PKG_QTY { get; set; } |
| | | public string LABEL_CODE { get; set; } |
| | | public string SN { get; set; } |
| | | public MES_WIP_PKG Package { get; set; } |
| | | public bool IsFinished { get; set; } = false; |
| | | public List<WipPkgItem> Items { get; set; } = new List<WipPkgItem>(); |