| | |
| | | /// </summary> |
| | | [DisplayName("状态(0Init初始化|1Imported已导入|2Release已下发|3Working生产中|4Paused已暂停|5Closed已关闭)")] |
| | | public int STATUS { get; set; } |
| | | /// <summary> |
| | | /// 物料编码 |
| | | /// </summary> |
| | | [DisplayName("物料编码")] |
| | | /// <summary> |
| | | /// 是否准备完成(Y/N) |
| | | /// </summary> |
| | | [DisplayName("是否准备完成(Y/N)")] |
| | | public string IS_READY { get; set; } |
| | | /// <summary> |
| | | /// 物料编码 |
| | | /// </summary> |
| | | [DisplayName("物料编码")] |
| | | public string ITEM_CODE { get; set; } |
| | | /// <summary> |
| | | /// 物料类型 |
| | |
| | | /// </summary> |
| | | [DisplayName("入库数量")] |
| | | public int STOCK_IN_QTY { get; set; } |
| | | /// <summary> |
| | | /// UPH |
| | | /// </summary> |
| | | [DisplayName("UPH")] |
| | | /// <summary> |
| | | /// 首件确认数量 |
| | | /// </summary> |
| | | [DisplayName("首件确认数量")] |
| | | public int FIRST_IN_QTY { get; set; } |
| | | /// <summary> |
| | | /// UPH |
| | | /// </summary> |
| | | [DisplayName("UPH")] |
| | | public double UPH { get; set; } |
| | | /// <summary> |
| | | /// UPPH |
| | |
| | | [DisplayName("销售订单")] |
| | | public string SALES_ORDER { get; set; } |
| | | /// <summary> |
| | | /// 销售订单备注 |
| | | /// </summary> |
| | | [DisplayName("销售订单备注")] |
| | | public string SALES_REMARK { get; set; } |
| | | /// <summary> |
| | | /// 工单序列号 |
| | | /// </summary> |
| | | [DisplayName("工单序列号")] |
| | | public string SERIAL_NO { get; set; } |
| | | /// <summary> |
| | | /// 厂内条码前缀 |
| | | /// </summary> |
| | | [DisplayName("厂内条码前缀")] |
| | | public string SN_PREFIX { get; set; } |
| | | /// <summary> |
| | | /// 客户条码前缀 |
| | | /// </summary> |
| | | [DisplayName("客户条码前缀")] |
| | | public string CUST_PREFIX { get; set; } |
| | | /// <summary> |
| | | /// 最后的工单历史ID |
| | | /// </summary> |
| | | [DisplayName("最后的工单历史ID")] |