wankeda
2025-04-14 0ea4a390d09679425cf3ad217a38a9e717641c95
代码管理/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,9 @@
        WebResponseContent CachePointEnableStatus(int key);
        WebResponseContent CachePointDisableStatus(int key);
        WebResponseContent GetEndPoints();
        WebResponseContent GetHCJStaue(string stationcode);
        WebResponseContent UpdateHCJStaue(SaveModel saveModel);
        WebResponseContent PrintStatusUp(string pointCode);
    }
}