| | |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEAWCS_DTO.WMS; |
| | | using WIDESEAWCS_Common; |
| | | using WIDESEAWCS_Common.LocationEnum; |
| | | |
| | | namespace WIDESEAWCS_ITaskInfoService |
| | | { |
| | |
| | | /// <returns></returns> |
| | | int GetTaskNum(string sequenceName); |
| | | WebResponseContent UpdateTaskStatus(object TaskDTO, DeviceTypeEnum deviceTypeEnum); |
| | | /// <summary> |
| | | /// ä¿®æ¹è´§ä½ç¶æ |
| | | /// </summary> |
| | | /// <param name="LocationCode"></param> |
| | | /// <param name="deviceTypeEnum"></param> |
| | | /// <param name="locationStatusEnum"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent UpdateLocationStatus(string LocationCode, DeviceTypeEnum deviceTypeEnum, LocationStatusEnum locationStatusEnum); |
| | | } |
| | | } |