1
This commit is contained in:
12
iMES.System/IServices/flow/ISys_WorkFlowService.cs
Normal file
12
iMES.System/IServices/flow/ISys_WorkFlowService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.IServices
|
||||
{
|
||||
public partial interface ISys_WorkFlowService : IService<Sys_WorkFlow>
|
||||
{
|
||||
}
|
||||
}
|
||||
12
iMES.System/IServices/flow/ISys_WorkFlowStepService.cs
Normal file
12
iMES.System/IServices/flow/ISys_WorkFlowStepService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.IServices
|
||||
{
|
||||
public partial interface ISys_WorkFlowStepService : IService<Sys_WorkFlowStep>
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.IServices
|
||||
{
|
||||
public partial interface ISys_WorkFlowTableAuditLogService : IService<Sys_WorkFlowTableAuditLog>
|
||||
{
|
||||
}
|
||||
}
|
||||
12
iMES.System/IServices/flow/ISys_WorkFlowTableService.cs
Normal file
12
iMES.System/IServices/flow/ISys_WorkFlowTableService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.IServices
|
||||
{
|
||||
public partial interface ISys_WorkFlowTableService : IService<Sys_WorkFlowTable>
|
||||
{
|
||||
}
|
||||
}
|
||||
12
iMES.System/IServices/flow/ISys_WorkFlowTableStepService.cs
Normal file
12
iMES.System/IServices/flow/ISys_WorkFlowTableStepService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
|
||||
namespace iMES.System.IServices
|
||||
{
|
||||
public partial interface ISys_WorkFlowTableStepService : IService<Sys_WorkFlowTableStep>
|
||||
{
|
||||
}
|
||||
}
|
||||
13
iMES.System/IServices/flow/Partial/ISys_WorkFlowService.cs
Normal file
13
iMES.System/IServices/flow/Partial/ISys_WorkFlowService.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Sys_WorkFlow类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.System.IServices
|
||||
{
|
||||
public partial interface ISys_WorkFlowService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Sys_WorkFlowStep类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.System.IServices
|
||||
{
|
||||
public partial interface ISys_WorkFlowStepService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Sys_WorkFlowTableAuditLog类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.System.IServices
|
||||
{
|
||||
public partial interface ISys_WorkFlowTableAuditLogService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Sys_WorkFlowTable类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.System.IServices
|
||||
{
|
||||
public partial interface ISys_WorkFlowTableService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Sys_WorkFlowTableStep类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.System.IServices
|
||||
{
|
||||
public partial interface ISys_WorkFlowTableStepService
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user