yanjinhui
2 天以前 8cdcf8cb6fecf101bd7dd1db2e44f0cf5ddc0fd4
新建文件夹/WIDESEA_WMSServer/ClassLibrary1/IInventory_BatchServices.cs
@@ -13,5 +13,9 @@
    public interface IInventory_BatchServices : IService<Dt_Inventory_Batch>
    {
        IRepository<Dt_Inventory_Batch> Repository { get; }
        WebResponseContent GetExpiredAndlow();
        WebResponseContent TransferInventory(int[] Keys);
    }
}