1
This commit is contained in:
12
iMES.Tools/IServices/Tools/ITools_ToolService.cs
Normal file
12
iMES.Tools/IServices/Tools/ITools_ToolService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.Tools.IServices
|
||||
{
|
||||
public partial interface ITools_ToolService : IService<Tools_Tool>
|
||||
{
|
||||
}
|
||||
}
|
||||
12
iMES.Tools/IServices/Tools/ITools_ToolTypeService.cs
Normal file
12
iMES.Tools/IServices/Tools/ITools_ToolTypeService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.Tools.IServices
|
||||
{
|
||||
public partial interface ITools_ToolTypeService : IService<Tools_ToolType>
|
||||
{
|
||||
}
|
||||
}
|
||||
12
iMES.Tools/IServices/Tools/ITools_ToolsReceiveListService.cs
Normal file
12
iMES.Tools/IServices/Tools/ITools_ToolsReceiveListService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.Tools.IServices
|
||||
{
|
||||
public partial interface ITools_ToolsReceiveListService : IService<Tools_ToolsReceiveList>
|
||||
{
|
||||
}
|
||||
}
|
||||
12
iMES.Tools/IServices/Tools/ITools_ToolsReceiveService.cs
Normal file
12
iMES.Tools/IServices/Tools/ITools_ToolsReceiveService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.Tools.IServices
|
||||
{
|
||||
public partial interface ITools_ToolsReceiveService : IService<Tools_ToolsReceive>
|
||||
{
|
||||
}
|
||||
}
|
||||
12
iMES.Tools/IServices/Tools/ITools_ToolsReturnListService.cs
Normal file
12
iMES.Tools/IServices/Tools/ITools_ToolsReturnListService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.Tools.IServices
|
||||
{
|
||||
public partial interface ITools_ToolsReturnListService : IService<Tools_ToolsReturnList>
|
||||
{
|
||||
}
|
||||
}
|
||||
12
iMES.Tools/IServices/Tools/ITools_ToolsReturnService.cs
Normal file
12
iMES.Tools/IServices/Tools/ITools_ToolsReturnService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.Tools.IServices
|
||||
{
|
||||
public partial interface ITools_ToolsReturnService : IService<Tools_ToolsReturn>
|
||||
{
|
||||
}
|
||||
}
|
||||
13
iMES.Tools/IServices/Tools/Partial/ITools_ToolService.cs
Normal file
13
iMES.Tools/IServices/Tools/Partial/ITools_ToolService.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Tools_Tool类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Tools.IServices
|
||||
{
|
||||
public partial interface ITools_ToolService
|
||||
{
|
||||
}
|
||||
}
|
||||
13
iMES.Tools/IServices/Tools/Partial/ITools_ToolTypeService.cs
Normal file
13
iMES.Tools/IServices/Tools/Partial/ITools_ToolTypeService.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Tools_ToolType类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Tools.IServices
|
||||
{
|
||||
public partial interface ITools_ToolTypeService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Tools_ToolsReceiveList类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Tools.IServices
|
||||
{
|
||||
public partial interface ITools_ToolsReceiveListService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Tools_ToolsReceive类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Tools.IServices
|
||||
{
|
||||
public partial interface ITools_ToolsReceiveService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Tools_ToolsReturnList类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Tools.IServices
|
||||
{
|
||||
public partial interface ITools_ToolsReturnListService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Tools_ToolsReturn类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Tools.IServices
|
||||
{
|
||||
public partial interface ITools_ToolsReturnService
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user