| | |
| | | /// </summary> |
| | | [DisplayName("报废数量")] |
| | | public double QTY_SCRAP { get; set; } |
| | | /// <summary> |
| | | /// 赠品数量 |
| | | /// </summary> |
| | | [DisplayName("赠品数量")] |
| | | public double QTY_GIFT { get; set; } |
| | | /// <summary> |
| | | /// 批次号 |
| | | /// </summary> |
| | | [DisplayName("批次号")] |
| | | /// <summary> |
| | | /// 赠品数量 |
| | | /// </summary> |
| | | [DisplayName("赠品数量")] |
| | | public double QTY_GIFT { get; set; } |
| | | /// <summary> |
| | | /// 批次号 |
| | | /// </summary> |
| | | [DisplayName("批次号")] |
| | | public string LOTNO { get; set; } |
| | | /// <summary> |
| | | /// ERP单据状态 |
| | | /// </summary> |
| | | [DisplayName("ERP单据状态")] |
| | | public string ERP_STATUS_CODE { get; set; } |
| | | /// <summary> |
| | | /// ERP单据状态名称 |
| | | /// </summary> |
| | | [DisplayName("ERP单据状态名称")] |
| | | public string ERP_STATUS_NAME { get; set; } |
| | | /// <summary> |
| | | /// 送货单ID |
| | | /// </summary> |
| | | [DisplayName("送货单ID")] |