| | |
| | | public class SummaryPickingDto |
| | | { |
| | | |
| | | public string PalletCode { get; set; } |
| | | public string PalletCode { get; set; } |
| | | public string MaterielCode { get; set; } |
| | | public int UnpickedCount { get; set; } |
| | | public decimal UnpickedQuantity { get; set; } |
| | |
| | | public string OrderNo { get; set; } = string.Empty; // åºåºåå· |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | public class PickingConfirmReq |
| | | { |
| | |
| | | public string MaterielBarcode { get; set; } = string.Empty; // ç©ææ¡ç |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | public class SplitPackageReq |
| | | { |
| | |
| | | public decimal SplitQty { get; set; } // æ°æ¡ç åé
æ°é |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | public class StockReturnReq |
| | | { |
| | |
| | | public string TaskNum { get; set; } = string.Empty; // ä»»å¡å·ï¼å¯éï¼ |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | public class OutStockLockDetailReq |
| | | { |
| | | public long OutStockLockId { get; set; } // åºåºè¯¦æ
ID |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | public class MaterielBarcodeValidateResp |
| | | { |
| | |
| | | public decimal PackageQty { get; set; } // æ´å
æ°éï¼åé
æ°éï¼ |
| | | public string Message { get; set; } = string.Empty; |
| | | } |
| | | |
| | | |
| | | |
| | | public class OutStockLockDetailResp |
| | | { |
| | |
| | | public decimal AssignQuantity { get; set; } |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | public class OutStockLockListResp |
| | | { |
| | |
| | | public bool IsSplitted { get; set; } |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | public class PickedRecordListResp |
| | | { |
| | |
| | | // æå
ç»æç±» |
| | | 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; } |
| | | } |
| | | } |