1
dengjunjie
2025-05-28 01030b05f7ea9b14878102718a2004b4f908dcfc
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/IWarehouseService.cs
@@ -14,5 +14,12 @@
    {
        IWarehouseRepository Repository { get; }
        WebResponseContent WarehouseEnableStatus(int[] keys);
        WebResponseContent WarehouseDisableStatus(int[] keys);
        WebResponseContent WarehouseEnableStatus(int key);
        WebResponseContent WarehouseDisableStatus(int key);
    }
}