dengjunjie
6 天以前 26699e9ed72a2789541fa05a1005615cbb8e25de
新建文件夹/WIDESEA_WMSServer/ClassLibrary1/IInventory_BatchServices.cs
@@ -13,5 +13,7 @@
    public interface IInventory_BatchServices : IService<Dt_Inventory_Batch>
    {
        IRepository<Dt_Inventory_Batch> Repository { get; }
        WebResponseContent GetExpiredAndlow();
    }
}