| | |
| | | // æå
ç»æç±» |
| | | public class SplitResult |
| | | { |
| | | public string OriginalBarcode { get; set; } |
| | | public string NewBarcode { get; set; } |
| | | public decimal SplitQuantity { get; set; } |
| | | public decimal RemainQuantity { get; set; } |
| | | public string materialCode { get; set; } |
| | | public string supplierCode { get; set; } |
| | | |
| | | public string quantityTotal { get; set; } |
| | | |
| | | public string batchNumber { get; set; } |
| | | |
| | | public string batch { get; set; } |
| | | public string factory { get; set; } |
| | | |
| | | public string date { get; set; } |
| | | |
| | | // public string OriginalBarcode { get; set; } |
| | | // public string NewBarcode { get; set; } |
| | | //public decimal SplitQuantity { get; set; } |
| | | //public decimal RemainQuantity { get; set; } |
| | | } |
| | | } |