| | |
| | | using System; |
| | | using OfficeOpenXml.FormulaParsing.Excel.Functions.Math; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | |
| | | /// <returns></returns> |
| | | WebResponseContent InitializationLocation(InitializationLocationDTO initializationLocationDTO); |
| | | |
| | | |
| | | //Dt_LocationInfo? GetLocation(string roadway, int Locationtype); |
| | | /// <summary> |
| | | /// è·ååºä½ä¿¡æ¯ |
| | | /// </summary> |
| | | /// <param name="roadway">å··éå·</param> |
| | | /// <param name="Locationtype">åºä½ç±»å</param> |
| | | /// <returns></returns> |
| | | Dt_LocationInfo? GetLocation(string roadway, int Locationtype); |
| | | |
| | | /// <summary> |
| | | /// è·åå··éå· |
| | |
| | | /// <param name="LocationType">è´§ä½ç±»å</param> |
| | | /// <returns></returns> |
| | | string AccessingTunnel(int WarehouseId, int LocationType); |
| | | |
| | | /// <summary> |
| | | /// æ¥æ¾æµ
è´§ä½ç¶æ |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | Dt_LocationInfo? ShallowGetLocation(string roadway, int Locationtype, int row, int Layer, int Column); |
| | | } |
| | | } |
| | | } |