| | |
| | | public string MaterialName { get; set; } |
| | | public string MaterialStandard { get; set; } |
| | | public string Unit { get; set; } |
| | | public decimal InventoryQty { get; set; } |
| | | public double InventoryQty { get; set; } |
| | | public DateTime? DateCode { get; set; } |
| | | public string DateCodeString { get; set; } |
| | | public string LotNo { get; set; } |
| | |
| | | { |
| | | public string Barcode { get; set; } |
| | | public string Unit { get; set; } |
| | | public decimal BarcodeQty { get; set; } |
| | | public double BarcodeQty { get; set; } |
| | | } |
| | | |
| | | public class InputCustSupplyCheck |