1
hutongqing
2024-09-24 a89c018c3afa43a529f9eb54725bc92ed2b996e8
代码管理/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);
    }
}