yanjinhui
2 天以前 5d756f53f07880dc8b7ba0bc9f060b9e94d4b25e
新建文件夹/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();
    }
}