| | |
| | | using WIDESEA_Core.BaseRepository; |
| | | using WIDESEA_Core.BaseServices; |
| | | using WIDESEA_DTO.Basic; |
| | | using WIDESEA_DTO.Task; |
| | | using WIDESEA_Model.Models; |
| | | |
| | | namespace WIDESEA_IBasicService |
| | |
| | | /// <param name="WarehouseId">ä»åºid</param> |
| | | /// <param name="LocationType">è´§ä½ç±»å</param> |
| | | /// <returns></returns> |
| | | string AccessingTunnel(int WarehouseId, int LocationType, int taskCount); |
| | | string AccessingTunnel(int WarehouseId, int LocationType, List<RoadwayTaskCount> roadwayTaskCounts); |
| | | |
| | | /// <summary> |
| | | /// æ¥æ¾æµ
è´§ä½ç¶æ |