| | |
| | | *----------------------------------------------------------------*/ |
| | | #endregion << ç æ¬ 注 é >> |
| | | |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using Microsoft.AspNetCore.Mvc.RazorPages; |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | |
| | | WebResponseContent CallMateriel(string endPoint); |
| | | |
| | | WebResponseContent MaterielCarry(string startPoint); |
| | | WebResponseContent IsRelocations(int TaskNum, string SourceAddress); |
| | | |
| | | WebResponseContent GenerateInventoryInformation(GenerateInv generate); |
| | | WebResponseContent ManualOutbound(SaveModel saveModel); |
| | | WebResponseContent ManualOutbound2(SaveModel saveModel); |
| | | WebResponseContent ManualOutboundDeleteinventory(SaveModel saveModel); |
| | | WebResponseContent Empty_outbound(GenerateInv generate); |
| | | WebResponseContent Queryinventory(GenerateInv generate); |
| | | WebResponseContent PalletQueryinventory(); |
| | | WebResponseContent RelocationTaskCompleted(GenerateInv2 generate); |
| | | WebResponseContent Rawmaterialout(GenerateInv3 generate); |
| | | WebResponseContent Cancelinventory(int taskNum); |
| | | |
| | | public class GenerateInv |
| | | { |
| | | public string SourceAddress { get; set; } |
| | | public string PalletCode { get; set; } |
| | | } |
| | | |
| | | public class GenerateInv2 |
| | | { |
| | | public string PalletCode { get; set; } |
| | | public string SourceAddress { get; set; } |
| | | public string TargetAddress { get; set; } |
| | | } |
| | | |
| | | public class GenerateInv3 |
| | | { |
| | | public string PalletCode { get; set; } |
| | | public int outCount { get; set; } |
| | | public string TargetAddress { get; set; } |
| | | } |
| | | } |
| | | } |