代码管理/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ICachePointService.cs
@@ -16,6 +16,8 @@ Dt_CachePoint? AssignCachePoint(int areaId); Dt_CachePoint? EmptyCachePoint(string toaddress); Dt_CachePoint? GetIbStockCachePoint(int areaId); WebResponseContent CachePointEnableStatus(int[] keys); @@ -25,5 +27,7 @@ WebResponseContent CachePointEnableStatus(int key); WebResponseContent CachePointDisableStatus(int key); WebResponseContent GetEndPoints(); WebResponseContent GetHCJStaue(string stationcode); } }