| | |
| | | [DisplayName("批次号")] |
| | | public string LOTNO { get; set; } |
| | | /// <summary> |
| | | /// 采购单ID |
| | | /// </summary> |
| | | [DisplayName("采购单ID")] |
| | | public string PO_ID { get; set; } |
| | | /// <summary> |
| | | /// 采购单号 |
| | | /// </summary> |
| | | [DisplayName("采购单号")] |
| | | public string PO { get; set; } |
| | | public string PO_NO { get; set; } |
| | | /// <summary> |
| | | /// 采购单行号 |
| | | /// </summary> |
| | | [DisplayName("采购单行号")] |
| | | public string PO_LINE { get; set; } |
| | | /// <summary> |
| | | /// 送检单ID |
| | | /// </summary> |
| | | [DisplayName("送检单ID")] |
| | | public string IQC_ID { get; set; } |
| | | /// <summary> |
| | | /// 送检单号 |
| | | /// </summary> |
| | | [DisplayName("送检单号")] |
| | | public string IQC_ORDER { get; set; } |
| | | public string IQC_NO { get; set; } |
| | | /// <summary> |
| | | /// 备注 |
| | | /// </summary> |