| | |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using iWare.Wms.Core; |
| | | using iWare.Wms.Core.Enum; |
| | | |
| | | namespace iWare.Wms.Application { |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 工件数据 |
| | | /// </summary> |
| | | public List<WorkPieceInfoOutput> WorkPieceInfoLst { get; set; } |
| | | public List<OutBoundDetailsInput> WorkPieceInfoLst { get; set; } |
| | | /// <summary> |
| | | /// 密码 |
| | | /// </summary> |
| | |
| | | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 出库执行输入明细参数 |
| | | /// </summary> |
| | | public class OutBoundDetailsInput |
| | | { |
| | | /// <summary> |
| | | /// 工件OP80码 |
| | | /// </summary> |
| | | public string OP80NewCode { get; set; } |
| | | |
| | | } |
| | | |
| | | |
| | | } |