| | |
| | | using System; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | |
| | | WebResponseContent LocationDisableStatus(int key); |
| | | WebResponseContent GetPosition(string position); |
| | | WebResponseContent UpdateEnableStatus(SaveModel saveModel); |
| | | /// <summary> |
| | | /// è·åç©¿æ¢è½¦å
çµå¯å
¥è´§ä½ |
| | | /// </summary> |
| | | /// <param name="Stations"></param> |
| | | /// <returns></returns> |
| | | Dt_LocationInfo AssignLocation(string[] Stations); |
| | | /// <summary> |
| | | /// è·åå¯å
¥åºè´§ä½ |
| | | /// </summary> |
| | | /// <param name="inboundOrderCount"></param> |
| | | /// <returns></returns> |
| | | Dt_LocationInfo? AssignLocation(int inboundOrderCount); |
| | | /// <summary> |
| | | /// è·åå¯ç§»åºè´§ä½ |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | Dt_LocationInfo? AssignLocation(); |
| | | /// <summary> |
| | | /// æ ¹æ®è´§ä½ç¼å·è·åè´§ä½ä¿¡æ¯ |
| | | /// </summary> |
| | | /// <param name="locationCode"></param> |
| | | /// <returns></returns> |
| | | Dt_LocationInfo? GetLocation(string locationCode); |
| | | /// <summary> |
| | | /// ä¿®æ¹è´§ä½ç¶æ |
| | | /// </summary> |
| | | /// <param name="locationCodes"></param> |
| | | /// <param name="Statu"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent UpdateStatus(List<string> locationCodes,int Statu); |
| | | WebResponseContent GetLocationCodes(); |
| | | object GetLocationLayer(); |
| | | } |
| | | } |